summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 %]