Commit 38703b61 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Fix a regression due to the checkin of bug 340001: show.xml.tmpl is broken due…

Fix a regression due to the checkin of bug 340001: show.xml.tmpl is broken due to a missing whitespace. r=mkanat on IRC
parent 66a445ae
......@@ -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 %]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment