From 0ddb93f7e273ccca157cd87dc2f327a00e5846ed Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Tue, 3 Feb 2004 05:57:28 +0000 Subject: Bug 232413 - remove occurrences of   in favour of [%+ construct to prevent whitespace chomping. Patch by gerv; r=kiko, a=justdave. --- template/en/default/bug/edit.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/bug/edit.html.tmpl') diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 43f030ef2..e912196ca 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -226,7 +226,7 @@ [% bug.resolution FILTER html %] [% IF bug.resolution == "DUPLICATE" %] - of [% terms.bug %] [% "${bug.dup_id}" FILTER bug_link(bug.dup_id) %] + of [% terms.bug %] [%+ "${bug.dup_id}" FILTER bug_link(bug.dup_id) %] [% END %]   @@ -546,7 +546,7 @@ [%############################################################################%] [% BLOCK dependencies %] - [% terms.Bug %] [% bug.bug_id %] [%+ dep.title %]: + [% terms.Bug %] [%+ bug.bug_id %] [%+ dep.title %]: [% FOREACH depbug = bug.${dep.fieldname} %] [% depbug FILTER bug_link(depbug) %][% " " %] -- cgit v1.2.3-24-g4f1b