Less-than sing not showing correctly

Less-than sing not showing correctly

projektmceprojektmce Posts: 9Questions: 4Answers: 0

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

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    I'm not seeing that here locally. Have you implemented any formatting rules either locally on the browser or on the server?

    Colin

  • projektmceprojektmce Posts: 9Questions: 4Answers: 0

    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

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    No worries, thanks for letting us know, that could be useful info for other forum users.

    Colin

This discussion has been closed.