From: timeless%mozdev.org <> Date: Mon, 15 Mar 2004 18:24:12 +0000 (+0000) Subject: Bug 237435 h1 |Edit Attachment #129471 for Bugs 215587| uses the wrong Terms X-Git-Tag: bugzilla-2.18rc1~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=572d461e68457b326876618250bdf1730abcf013;p=thirdparty%2Fbugzilla.git Bug 237435 h1 |Edit Attachment #129471 for Bugs 215587| uses the wrong Terms r=justdave a=justdave --- diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index 19cc065504..a05945df08 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