Bug 355881: XML Output change to remove lots of excess whitespace

Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=LpSolit; a=justdave
parent 27c43ebf
......@@ -127,8 +127,6 @@
[% ELSIF field == 'creation_ts' OR field == 'delta_ts' %]
[% val = val FILTER time %]
[% END %]
<[% field %]
[%+ IF name != '' %]name="[% name FILTER xml %]"[% END %]
>[% val FILTER xml %]</[% field %]>
<[% field %][% 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