[debexpo-devel] [PATCH] Quote emails in "Debian QA page" links in /package/{package}
Andrey Rahmatullin
wrar at wrar.name
Wed Nov 10 16:26:38 CET 2010
Emails were added to URLs as is, which could lead to invalid URLs for emails
with special symbols. Reported by captnfab on IRC.
Signed-off-by: Andrey Rahmatullin <wrar at wrar.name>
---
debexpo/templates/package/index.mako | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/debexpo/templates/package/index.mako b/debexpo/templates/package/index.mako
index 48e6a9b..a616b3e 100644
--- a/debexpo/templates/package/index.mako
+++ b/debexpo/templates/package/index.mako
@@ -15,7 +15,7 @@
% if c.config['debexpo.debian_specific'] == 'true':
- (<a href="http://qa.debian.org/developer.php?login=${c.package.user.email }">Debian QA page</a>)
+ (<a href="http://qa.debian.org/developer.php?login=${c.package.user.email | u }">Debian QA page</a>)
% endif
--
1.7.2.3
More information about the debexpo-devel
mailing list