greater than and less than that aren't tags are stripped
Status: Alpha
Brought to you by:
glutnix
need a way to detect < and > that are not part of tags,
so they can be converted to &gt; and &lt; ampersand
encoded entities. Probably some tricky regexp that
puts a < between a > and < or the start or end of the
string makes it valid... ? i'm not too good with the
old regular expressions...
Logged In: YES
user_id=718765
Could you use the htmlspecialchars(); php function?
link ~ http://uk2.php.net/htmlspecialchars
Logged In: YES
user_id=1049905
I think this has been fixed by now, with version 2.37 or
earlier. Can anyone confirm this?
Logged In: YES
user_id=1049905
Either way, fixed in future 2.4 ...