r9039 - /scripts/qa/templates/by_category

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Thu Nov 8 13:38:35 UTC 2007


Author: gregoa-guest
Date: Thu Nov  8 13:38:35 2007
New Revision: 9039

URL: http://svn.debian.org/wsvn/?sc=1&rev=9039
Log:
filter mail addresses through uri instead of html

Modified:
    scripts/qa/templates/by_category

Modified: scripts/qa/templates/by_category
URL: http://svn.debian.org/wsvn/scripts/qa/templates/by_category?rev=9039&op=diff
==============================================================================
--- scripts/qa/templates/by_category (original)
+++ scripts/qa/templates/by_category Thu Nov  8 13:38:35 2007
@@ -23,7 +23,7 @@
             [% IF rt.0 %]
             <a href="$F">cpan#[% rt.0 %]</a>
             [% ELSE %]
-            <a href="[% IF F.match("^http") %][% GET F | html %][% ELSE %]mailto:[% GET F | html %][% END %]">forwarded</a>
+            <a href="[% IF F.match("^http") %][% GET F | html %][% ELSE %]mailto:[% GET F | uri %][% END %]">forwarded</a>
             [% END %]
         </div>
         [% END %]




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