You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2011/05/16 05:53:58 UTC

DO NOT REPLY [Bug 51049] produces broken "Properties >>" link

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

--- Comment #2 from Anthony Wat <ac...@gmail.com> 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.