From: reed%reedloden.com <>
Date: Mon, 9 Mar 2009 22:10:17 +0000 (+0000)
Subject: Bug 481952 - "Confirm attachment deletion page puts HTML in
" [p=reed r=LpSoli...
X-Git-Tag: bugzilla-3.3.4~5
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e28ef56f983a0e4066e4e97f6d7d94a6c61e2d0c;p=thirdparty%2Fbugzilla.git
Bug 481952 - "Confirm attachment deletion page puts HTML in " [p=reed r=LpSolit a=LpSolit]
---
diff --git a/template/en/default/attachment/confirm-delete.html.tmpl b/template/en/default/attachment/confirm-delete.html.tmpl
index 4bd69e5650..14c76c3096 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