The following commit has been merged in the master branch:
commit 05972114f36a4a9cb076dec5320337a35462f3b9
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date:   Sat Mar 15 00:34:34 2008 +0100

    html/show.tmpl: Escape maintainer mail address in PTS link
    
    Reported by Ryan Finnie <ryan -at- finnie org>

diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl
index b8cc43e..7037fee 100644
--- a/templates/html/show.tmpl
+++ b/templates/html/show.tmpl
@@ -119,8 +119,8 @@
        mailarchiveurl = 'http://lists.ubuntu.com/archives/' _ matches.0 _ '/';
   END -%]
   [%- '<ul>' IF loop.first -%]
-       <li><a href="mailto:[% mail %]">[% name | html %]</a>
-       (<a href="[% ddpo_url _ mail %]" title="[% g("An overview over the 
maintainer's packages and uploads") %]">[% g('QA Page') %]</a>
+       <li><a href="mailto:[% mail | uri %]">[% name | html %]</a>
+       (<a href="[% ddpo_url %][% mail | uri %]" title="[% g("An overview over 
the maintainer's packages and uploads") %]">[% g('QA Page') %]</a>
        [%- IF mailarchiveurl %], <a href="[% mailarchiveurl %]" title="[% 
g('Archive of the Maintainer Mailinglist') %]">[% g('Mail Archive') %]</a>[% 
END %])
        </li>
   [%- '</ul>' IF loop.last -%]

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to