Less-than sing not showing correctly
Less-than sing not showing correctly
projektmce
Posts: 9Questions: 4Answers: 0
in DataTables
Hi there,
I'm using DataTables v 1.10.21 and Editor v 1.9.4.
If I create a new entry with the following value "ABC </= 1000" in the editor and save this, the table shows the value "ABC".
If I reload the table, the correct value is shown.
If I open this dataset in the editor the correct value is shown again.
How can I show the correct value in the table after saving in the editor.
Thanks a lot
Michael
This discussion has been closed.
Answers
I'm not seeing that here locally. Have you implemented any formatting rules either locally on the browser or on the server?
Colin
Hi Colin,
I find the problem. The inital text from the db get an "htmlentities" in php. Without this, it works well.
Sorry for waste your time
Thanks
Michael
No worries, thanks for letting us know, that could be useful info for other forum users.
Colin