diff options
author | lpsolit%gmail.com <> | 2006-09-10 09:37:33 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-09-10 09:37:33 +0200 |
commit | 38703b61ea57237fbca0becdb3e5dde0066627d0 (patch) | |
tree | d43d22df6a11efc7b12fa5c8f06460f0dfb2fc70 /template/en | |
parent | 66a445ae33d76092072cd29a0b8719b1806dd34e (diff) | |
download | bugzilla-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/en')
-rw-r--r-- | template/en/default/bug/show.xml.tmpl | 2 |
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 %] |