r20282 - /scripts/qa/templates/pkginfo

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu May 22 12:14:00 UTC 2008


Author: dmn
Date: Thu May 22 12:13:58 2008
New Revision: 20282

URL: http://svn.debian.org/wsvn/?sc=1&rev=20282
Log:
pass all printed values through the html filter

Modified:
    scripts/qa/templates/pkginfo

Modified: scripts/qa/templates/pkginfo
URL: http://svn.debian.org/wsvn/scripts/qa/templates/pkginfo?rev=20282&op=diff
==============================================================================
--- scripts/qa/templates/pkginfo (original)
+++ scripts/qa/templates/pkginfo Thu May 22 12:13:58 2008
@@ -15,17 +15,17 @@
         [% END %]
         </table>
     [% ELSE %]
-        $v.list.0
+        ${v.list.0|html}
     [% END %]
 [% END # BLOCK show %]
 
 <table>
     [% FOREACH s IN sections %]
-    <tr><th>$s.title</th></tr>
+    <tr><th>${s.title|html}</th></tr>
     <tr><td><table>
     [% FOREACH data IN s.data %]
     <tr>
-        <td>$data.key</td>
+        <td>${data.key|html></td>
         <td>
             [% INCLUDE show v=data.value %]
         </td>




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