From: lpsolit%gmail.com <> Date: Sun, 10 Sep 2006 07:37:33 +0000 (+0000) Subject: Fix a regression due to the checkin of bug 340001: show.xml.tmpl is broken due to... X-Git-Tag: bugzilla-2.23.3~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38703b61ea57237fbca0becdb3e5dde0066627d0;p=thirdparty%2Fbugzilla.git Fix a regression due to the checkin of bug 340001: show.xml.tmpl is broken due to a missing whitespace. r=mkanat on IRC --- diff --git a/template/en/default/bug/show.xml.tmpl b/template/en/default/bug/show.xml.tmpl index 02b2710813..4f707e325b 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 %]