Fri Jun 15 11:49:29 2018rjbs [...] cpan.org - Ticket created
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