summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-09-10 09:37:33 +0200
committerlpsolit%gmail.com <>2006-09-10 09:37:33 +0200
commit38703b61ea57237fbca0becdb3e5dde0066627d0 (patch)
treed43d22df6a11efc7b12fa5c8f06460f0dfb2fc70 /template
parent66a445ae33d76092072cd29a0b8719b1806dd34e (diff)
downloadbugzilla-38703b61ea57237fbca0becdb3e5dde0066627d0.tar.gz
bugzilla-38703b61ea57237fbca0becdb3e5dde0066627d0.tar.xz
Fix a regression due to the checkin of bug 340001: show.xml.tmpl is broken due to a missing whitespace. r=mkanat on IRC
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/show.xml.tmpl2
1 files changed, 1 insertions, 1 deletions
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 %]</[% field %]>
[% END %]
[% END %]