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/list/list.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/list/list.html.tmpl') diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 5af5735aa..97b659c73 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -72,7 +72,7 @@ [%############################################################################%] [% IF bugs.size > 9 %] - [% bugs.size %] [% terms.bugs %] found. + [% bugs.size %] [%+ terms.bugs %] found. [% END %] [%############################################################################%] @@ -99,7 +99,7 @@ [% ELSIF bugs.size == 1 %] One [% terms.bug %] found. [% ELSE %] - [% bugs.size %] [% terms.bugs %] found. + [% bugs.size %] [%+ terms.bugs %] found. [% END %]
-- cgit v1.2.3-24-g4f1b