How do I get my tags un-escaped in an update through table editor.

How do I get my tags un-escaped in an update through table editor.

SeanDevoySeanDevoy Posts: 13Questions: 4Answers: 1

Some of my columns contain HTML tags. Upon Edit then Update all of the < and > are escaped to < and > in the database. How do I get the unescaped values stored?

thanks.

Answers

  • SeanDevoySeanDevoy Posts: 13Questions: 4Answers: 1

    Oops; they are changed to &lt; and &gt;.

  • kthorngrenkthorngren Posts: 20,277Questions: 26Answers: 4,765

    Please provide more information of what you are doing. I'm using Datatables Editor and < and > are stored as < and > in the MySql table. Maybe something is making a conversion along the way.

    Kevin

This discussion has been closed.