]> git.deb.at Git - deb/packages.git/commit
html/show.tmpl: Fix several escaping issues
authorFrank Lichtenheld <frank@lichtenheld.de>
Wed, 16 Apr 2008 20:51:12 +0000 (22:51 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Wed, 16 Apr 2008 20:51:12 +0000 (22:51 +0200)
commit82ba9e0c9f83aeda43626c8c3cdc56e767d8a97d
tree9587eb2131459a8ddfe85e864918d3f3c1947771
parent5bc68216fc09af79aa6b21b43f43a5a62e215267
html/show.tmpl: Fix several escaping issues

The uri filter in TT 2.14 (i.e. the version in Debian etch) is broken
(or at least unusable). So always use URI::Escape::uri_escape instead.

Escaping the Homepage: field makes no sense since there is no reliable
way to decide what needs to be quoted. The URIs need to be correclty
quoted in the original field already. Use HTML quoting though.
templates/html/show.tmpl