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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Nov 12 21:38:19 UTC 2007


Author: dmn
Date: Mon Nov 12 21:38:19 2007
New Revision: 9245

URL: http://svn.debian.org/wsvn/?sc=1&rev=9245
Log:
Return changelog text into a white-space:pre div

Modified:
    scripts/qa/qareport-chlog.cgi

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




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