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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sat Nov 24 08:33:17 UTC 2007


Author: dmn
Date: Sat Nov 24 08:33:10 2007
New Revision: 9709

URL: http://svn.debian.org/wsvn/?sc=1&rev=9709
Log:
Add < and > to the list of post-bug characters

Modified:
    scripts/qa/qareport-chlog.cgi

Modified: scripts/qa/qareport-chlog.cgi
URL: http://svn.debian.org/wsvn/scripts/qa/qareport-chlog.cgi?rev=9709&op=diff
==============================================================================
--- scripts/qa/qareport-chlog.cgi (original)
+++ scripts/qa/qareport-chlog.cgi Sat Nov 24 08:33:10 2007
@@ -56,7 +56,7 @@
     )
     \#(\d+)         # followed by a bug ID
     (               # trailing
-        [\]\-)\s]       # bracket/hyphen/paren/space
+        [\]\-)\s<>]       # bracket/hyphen/paren/space
         |$              # or text end
     )
 }




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