]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 481952 - "Confirm attachment deletion page puts HTML in <title>" [p=reed r=LpSoli...
authorreed%reedloden.com <>
Mon, 9 Mar 2009 22:10:54 +0000 (22:10 +0000)
committerreed%reedloden.com <>
Mon, 9 Mar 2009 22:10:54 +0000 (22:10 +0000)
template/en/default/attachment/confirm-delete.html.tmpl

index 4bd69e5650030b641433a282fc424a64a7515d1d..14c76c3096fc49462782088e6332e60f94788b92 100644 (file)
@@ -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