diff options
author | gerv%gerv.net <> | 2004-02-03 06:57:28 +0100 |
---|---|---|
committer | gerv%gerv.net <> | 2004-02-03 06:57:28 +0100 |
commit | 0ddb93f7e273ccca157cd87dc2f327a00e5846ed (patch) | |
tree | 6081c6e4e416fae40f23471317538dee2f4f51d9 /template/en/default/attachment | |
parent | 24768fc13a1b5de340203450fbc217d8e28c1945 (diff) | |
download | bugzilla-0ddb93f7e273ccca157cd87dc2f327a00e5846ed.tar.gz bugzilla-0ddb93f7e273ccca157cd87dc2f327a00e5846ed.tar.xz |
Bug 232413 - remove occurrences of in favour of [%+ construct to prevent whitespace chomping. Patch by gerv; r=kiko, a=justdave.
Diffstat (limited to 'template/en/default/attachment')
-rw-r--r-- | template/en/default/attachment/updated.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/attachment/updated.html.tmpl b/template/en/default/attachment/updated.html.tmpl index de9760919..de56341e0 100644 --- a/template/en/default/attachment/updated.html.tmpl +++ b/template/en/default/attachment/updated.html.tmpl @@ -39,7 +39,7 @@ <td> <h2>Changes to <a href="attachment.cgi?id=[% attachid %]&action=edit">attachment [% attachid %]</a> - of [% terms.bug %] [% bugid %] submitted + of [% terms.bug %] [%+ bugid %] submitted </h2> [% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = bugid %] </td> |