Skip Menu |

This queue is for tickets about the Data-JavaScript-Anon CPAN distribution.

Report information
The Basics
Id: 125595
Status: new
Priority: 0/
Queue: Data-JavaScript-Anon

People
Owner: Nobody in particular
Requestors: rjbs [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: escape end-tag-like substrings
This string can cause problems in scripts embedded in HTML: var x = "hello </script> goodbye"; Escaping "</" into something like "\u003c/" avoids this problem. -- rjbs