Subject: | <script> escaping |
Hello Rhesa,
Can you add the following line to _escape_js?
$j =~ s/script>/s" + "cript>/g;
When "</script>" string somehow appears in $j, it breaks DevPopup
javascript code, resulting in wrong output. When it's split to be in two
strings, everything is ok.
--
Serguei Trouchelle