summaryrefslogtreecommitdiffstats
path: root/template/en/default/email
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-09-10 09:14:46 +0200
committerByron Jones <bjones@mozilla.com>2012-09-10 09:14:46 +0200
commit3c44df8126d53937d0b8d53a96533f5c8cd01b44 (patch)
tree66de1e09a00fdaebbf326654df0112609751ce12 /template/en/default/email
parentaf8672e40adef493b19e88592535dce686f94f18 (diff)
downloadbugzilla-3c44df8126d53937d0b8d53a96533f5c8cd01b44.tar.gz
bugzilla-3c44df8126d53937d0b8d53a96533f5c8cd01b44.tar.xz
Bug 789489: remove double-slashes from bugmail urls
Diffstat (limited to 'template/en/default/email')
-rw-r--r--template/en/default/email/bugmail.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/email/bugmail.html.tmpl b/template/en/default/email/bugmail.html.tmpl
index 3d1c291a2..88c935d87 100644
--- a/template/en/default/email/bugmail.html.tmpl
+++ b/template/en/default/email/bugmail.html.tmpl
@@ -48,7 +48,7 @@
<ul>
[% FOREACH ref = referenced_bugs %]
<li>
- [<a href="[% urlbase FILTER html %]/show_bug.cgi?id=[% ref.id FILTER none %]">
+ [<a href="[% urlbase FILTER html %]show_bug.cgi?id=[% ref.id FILTER none %]">
[% terms.Bug %]&nbsp;[% ref.id FILTER none %]</a>] [% ref.short_desc FILTER html %]
</li>
[% END %]