r23216 - /scripts/qa/templates/by_category

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Jul 15 09:50:20 UTC 2008


Author: dmn
Date: Tue Jul 15 09:50:18 2008
New Revision: 23216

URL: http://svn.debian.org/wsvn/?sc=1&rev=23216
Log:
use the "html" filter as "url" is not available on alioth

Modified:
    scripts/qa/templates/by_category

Modified: scripts/qa/templates/by_category
URL: http://svn.debian.org/wsvn/scripts/qa/templates/by_category?rev=23216&op=diff
==============================================================================
--- scripts/qa/templates/by_category (original)
+++ scripts/qa/templates/by_category Tue Jul 15 09:50:18 2008
@@ -141,7 +141,7 @@
 
         <td[% IF pkg.hilight.svn %] class="todo"[% END %]>
             [% chlog_url = BLOCK %][% "${pkg.svn.dir}/debian/changelog" |
-            format(scm_web_file) | url %][% END %]
+            format(scm_web_file) | html %][% END %]
             <span class="popup svn-rel"><a href="$chlog_url">$svn_ver</a><span
                     id="${pkg.svn.dir}_rel_chlog_balloon" class="balloon"><a
                         href="javascript:async_get(
@@ -201,11 +201,11 @@
             [% IF pkg.watch.upstream_dir %] <a href="$pkg.watch.upstream_dir"
             class="watch-up-dir">(browse)</a> [% END %] [% IF
             pkg.hilight.upstream %] [% IF pkg.watch.error %] <a href="[%
-            "${pkg.svn.dir}/debian/copyright" | format(scm_web_file) | url %]"
+            "${pkg.svn.dir}/debian/copyright" | format(scm_web_file) | html %]"
                 class="watch-cp-info">(copyright info)</a> [% END %] [% IF
                 pkg.watch.error != "Missing" AND ! pkg.status.needs_upgrade %]
                 <a href="[% "${pkg.svn.dir}/debian/watch" |
-                format(scm_web_file) | url %]"
+                format(scm_web_file) | html %]"
                 class="watch-file">(watchfile)</a> [% END %] [% END %] </td>
                 </tr> [% END #BLOCK package %]
 




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