https://issues.apache.org/bugzilla/show_bug.cgi?id=51049

--- Comment #2 from Anthony Wat <[email protected]> 2011-05-16 03:53:58 UTC ---
It looks like the XSL stylesheets junit-frames.xsl and junit-noframes.xsl are
not escaping newline characters in the javascript sections. I found this blog
page that pretty much sums up the problem and remedy:

http://zanstra.com/base/blog/xslt_string_escape

Specifically, the stylesheets should replace &#xd; with \r and &#xa; with \n.
I'll attach a patch that involves updating the JS-escape template in the
stylesheet shortly.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to