X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=templates%2Fhtml%2Fshow.tmpl;h=eec364b61c8a8c2687069bca031ffce027778f77;hp=00effc9c98cfa637d238404b0e3a7d5f970a5ce0;hb=82ba9e0c9f83aeda43626c8c3cdc56e767d8a97d;hpb=5bc68216fc09af79aa6b21b43f43a5a62e215267 diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl index 00effc9..eec364b 100644 --- a/templates/html/show.tmpl +++ b/templates/html/show.tmpl @@ -112,15 +112,15 @@ [%- FOREACH maintainers; mailarchiveurl = ''; IF (matches = mail.match('^(.*)@lists\.debian\.org$')); - mailarchiveurl = 'http://lists.debian.org/' _ matches.0 _ '/'; + mailarchiveurl = 'http://lists.debian.org/' _ uri_escape(matches.0) _ '/'; ELSIF (matches = mail.match('^(.*)@lists\.alioth\.debian\.org$')); - mailarchiveurl = 'http://lists.alioth.debian.org/pipermail/' _ matches.0 _ '/'; + mailarchiveurl = 'http://lists.alioth.debian.org/pipermail/' _ uri_escape(matches.0) _ '/'; ELSIF (matches = mail.match('^(.*)@lists\.ubuntu\.com$')); - mailarchiveurl = 'http://lists.ubuntu.com/archives/' _ matches.0 _ '/'; + mailarchiveurl = 'http://lists.ubuntu.com/archives/' _ uri_escape(matches.0) _ '/'; END -%] [%- '' IF loop.last -%] @@ -131,7 +131,7 @@ IF url %]

[% g('External Resources:') %]

[% END %] @@ -185,7 +185,7 @@ [% FOREACH tag IN tags %] [% IF loop.first -%]

- [% g('Tags') %]: + [% g('Tags') %]: [%- END %] [% facet = tag.0; lfacet = "$facet-$po_lang"; facet_name = debtags_voc.$lfacet;