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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Nov 12 21:40:53 UTC 2007


Author: dmn
Date: Mon Nov 12 21:40:53 2007
New Revision: 9247

URL: http://svn.debian.org/wsvn/?sc=1&rev=9247
Log:
It seems <br/>s are needed even in <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=9247&op=diff
==============================================================================
--- scripts/qa/qareport-chlog.cgi (original)
+++ scripts/qa/qareport-chlog.cgi Mon Nov 12 21:40:53 2007
@@ -107,7 +107,7 @@
 $text =~ s/'/&quot;/g;
 $text =~ s/</&lt;/g;
 $text =~ s/>/&gt;/g;
-#$text =~ s{\r?\n}{<br/>}g;
+$text =~ s{\r?\n}{<br/>}g;
 
 print qq(<code>$text</code>);
 




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