From: reed%reedloden.com <> Date: Mon, 9 Mar 2009 22:10:54 +0000 (+0000) Subject: Bug 481952 - "Confirm attachment deletion page puts HTML in " [p=reed r=LpSoli... X-Git-Tag: bugzilla-3.2.3~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3257630553240864f30e9ad4f8b946590629688;p=thirdparty%2Fbugzilla.git Bug 481952 - "Confirm attachment deletion page puts HTML in <title>" [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