From 38703b61ea57237fbca0becdb3e5dde0066627d0 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 10 Sep 2006 07:37:33 +0000 Subject: Fix a regression due to the checkin of bug 340001: show.xml.tmpl is broken due to a missing whitespace. r=mkanat on IRC --- template/en/default/bug/show.xml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') diff --git a/template/en/default/bug/show.xml.tmpl b/template/en/default/bug/show.xml.tmpl index 02b271081..4f707e325 100644 --- a/template/en/default/bug/show.xml.tmpl +++ b/template/en/default/bug/show.xml.tmpl @@ -128,7 +128,7 @@ [% val = val FILTER time %] [% END %] <[% field %] - [% IF name != '' %]name="[% name FILTER xml %]"[% END %] + [%+ IF name != '' %]name="[% name FILTER xml %]"[% END %] >[% val FILTER xml %] [% END %] [% END %] -- cgit v1.2.3-24-g4f1b