r13932 - /scripts/qa/templates/by_category

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Fri Feb 1 04:56:29 UTC 2008


Author: tincho-guest
Date: Fri Feb  1 04:56:29 2008
New Revision: 13932

URL: http://svn.debian.org/wsvn/?sc=1&rev=13932
Log:
other difference in versions

Modified:
    scripts/qa/templates/by_category

Modified: scripts/qa/templates/by_category
URL: http://svn.debian.org/wsvn/scripts/qa/templates/by_category?rev=13932&op=diff
==============================================================================
--- scripts/qa/templates/by_category (original)
+++ scripts/qa/templates/by_category Fri Feb  1 04:56:29 2008
@@ -12,7 +12,7 @@
 [% MACRO format_email(s) BLOCK %][%
     matches = s.match('^\s*"?(.*?)"?\s*<(.*)>\s*$');
     myname  = matches.0 | html;
-    myemail = matches.1 | url;
+    myemail = matches.1 | uri;
 %]<a href="mailto:$myemail">$myname</a>[% END %]
 
 [% BLOCK show_maint %]
@@ -23,7 +23,7 @@
     END;
 %]
 <div>Maintainer: [% mymaint.join(", ") %] </div>
-[% IF data.uploaders.length %]
+[% IF data.uploaders.size %]
 [%
     myupldr = [];
     FOREACH m IN data.uploaders;




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