Closed GoogleCodeExporter closed 9 years ago
I have the same issue with < and > chars on my web site. I think, it happens
because
these symbols may be seen as HTML tags.
As one of the solutions - replace < and > with < and > before output.
Original comment by ilya.alb...@gmail.com
on 25 Dec 2008 at 3:35
they are seen as HTML tags by the browser on page parsing, and there's nothing
that
could be done in JS about it. You have to escape those manually unfortunately.
Original comment by alex.gor...@gmail.com
on 25 Dec 2008 at 3:43
Original issue reported on code.google.com by
wlodzimi...@gmail.com
on 30 Jun 2008 at 10:28