The bug description explains that javascript's escape() won't work. It will convert "<" to "%3C". We really don't want to make text with html tags in it completely unreadable. We just want to make it safe to display.
The bug description explains that javascript's escape() won't work. It will convert "<" to "%3C". We really don't want to make text with html tags in it completely unreadable. We just want to make it safe to display.