r9248 - /scripts/qa/qareport-chlog.cgi

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Nov 12 21:42:01 UTC 2007


Author: dmn
Date: Mon Nov 12 21:42:01 2007
New Revision: 9248

URL: http://svn.debian.org/wsvn/?sc=1&rev=9248
Log:
white-space:pre is also needed by <code> :(

Modified:
    scripts/qa/qareport-chlog.cgi

Modified: scripts/qa/qareport-chlog.cgi
URL: http://svn.debian.org/wsvn/scripts/qa/qareport-chlog.cgi?rev=9248&op=diff
==============================================================================
--- scripts/qa/qareport-chlog.cgi (original)
+++ scripts/qa/qareport-chlog.cgi Mon Nov 12 21:42:01 2007
@@ -109,7 +109,7 @@
 $text =~ s/>/&gt;/g;
 $text =~ s{\r?\n}{<br/>}g;
 
-print qq(<code>$text</code>);
+print qq(<code style="white-space: pre">$text</code>);
 
 exit 0;
 




More information about the Pkg-perl-cvs-commits mailing list