r9020 - /scripts/qa/templates/by_category

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Nov 8 09:09:18 UTC 2007


Author: dmn
Date: Thu Nov  8 09:09:18 2007
New Revision: 9020

URL: http://svn.debian.org/wsvn/?sc=1&rev=9020
Log:
escape backslashes in strings as they are meant to be there as a regex-escapes

Modified:
    scripts/qa/templates/by_category

Modified: scripts/qa/templates/by_category
URL: http://svn.debian.org/wsvn/scripts/qa/templates/by_category?rev=9020&op=diff
==============================================================================
--- scripts/qa/templates/by_category (original)
+++ scripts/qa/templates/by_category Thu Nov  8 09:09:18 2007
@@ -27,7 +27,7 @@
         </div>
         [% END %]
     </td>
-    <td>[% data.bts.$pkg.$s.subject.replace("^\Q$pkg\E:\\s*","") | html %]</td>
+    <td>[% data.bts.$pkg.$s.subject.replace("^\\Q$pkg\\E:\\s*","") | html %]</td>
 </tr>
 [% END #FOREACH %]
 </table>




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