diff options
author | reed%reedloden.com <> | 2009-03-09 23:10:17 +0100 |
---|---|---|
committer | reed%reedloden.com <> | 2009-03-09 23:10:17 +0100 |
commit | e28ef56f983a0e4066e4e97f6d7d94a6c61e2d0c (patch) | |
tree | a8dc53d350f7c594d61d70533c6e3555c250e12e | |
parent | 915a8c2e88f98ebb532e3977af03d9722426b6e9 (diff) | |
download | bugzilla-e28ef56f983a0e4066e4e97f6d7d94a6c61e2d0c.tar.gz bugzilla-e28ef56f983a0e4066e4e97f6d7d94a6c61e2d0c.tar.xz |
Bug 481952 - "Confirm attachment deletion page puts HTML in <title>" [p=reed r=LpSolit a=LpSolit]
-rw-r--r-- | template/en/default/attachment/confirm-delete.html.tmpl | 3 |
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 |