summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2004-03-15 19:24:12 +0100
committertimeless%mozdev.org <>2004-03-15 19:24:12 +0100
commit572d461e68457b326876618250bdf1730abcf013 (patch)
tree09ffffa4609de916c2c7f26a36c5fbe5ce2855c6 /template
parent881bbbd54a0bf3bee00eb8ab90bc8c65066f19cd (diff)
downloadbugzilla-572d461e68457b326876618250bdf1730abcf013.tar.gz
bugzilla-572d461e68457b326876618250bdf1730abcf013.tar.xz
Bug 237435 h1 |Edit Attachment #129471 for Bugs 215587| uses the wrong Terms
r=justdave a=justdave
Diffstat (limited to 'template')
-rw-r--r--template/en/default/attachment/edit.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl
index 19cc06550..a05945df0 100644
--- a/template/en/default/attachment/edit.html.tmpl
+++ b/template/en/default/attachment/edit.html.tmpl
@@ -24,7 +24,7 @@
[%# Define strings that will serve as the title and header of this page %]
[% title = BLOCK %]Edit Attachment #[% attachid %] for [% terms.Bug %] #[% bugid %][% END %]
[% h1 = BLOCK %]Edit Attachment #[% attachid %] for
- [%+ GetBugLink(bugid, "$terms.Bugs $bugid") %][% END %]
+ [%+ GetBugLink(bugid, "$terms.Bug $bugid") %][% END %]
[% h2 = BLOCK %][% bugsummary FILTER html %][% END %]
[% PROCESS global/header.html.tmpl