summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment
diff options
context:
space:
mode:
authorreed%reedloden.com <>2009-03-09 23:10:17 +0100
committerreed%reedloden.com <>2009-03-09 23:10:17 +0100
commite28ef56f983a0e4066e4e97f6d7d94a6c61e2d0c (patch)
treea8dc53d350f7c594d61d70533c6e3555c250e12e /template/en/default/attachment
parent915a8c2e88f98ebb532e3977af03d9722426b6e9 (diff)
downloadbugzilla-e28ef56f983a0e4066e4e97f6d7d94a6c61e2d0c.tar.gz
bugzilla-e28ef56f983a0e4066e4e97f6d7d94a6c61e2d0c.tar.xz
Bug 481952 - "Confirm attachment deletion page puts HTML in <title>" [p=reed r=LpSolit a=LpSolit]
Diffstat (limited to 'template/en/default/attachment')
-rw-r--r--template/en/default/attachment/confirm-delete.html.tmpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/template/en/default/attachment/confirm-delete.html.tmpl b/template/en/default/attachment/confirm-delete.html.tmpl
index 4bd69e565..14c76c309 100644
--- a/template/en/default/attachment/confirm-delete.html.tmpl
+++ b/template/en/default/attachment/confirm-delete.html.tmpl
@@ -21,8 +21,7 @@
[% PROCESS global/variables.none.tmpl %]
[% title = BLOCK %]
- Delete Attachment [% a.id FILTER html %] of
- [%+ "$terms.Bug " _ a.bug_id FILTER bug_link(a.bug_id) FILTER none %]
+ Delete Attachment [% a.id FILTER html %] of [% terms.Bug %] [%+ a.bug_id FILTER html %]
[% END %]
[% PROCESS global/header.html.tmpl