]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 355881: XML Output change to remove lots of excess whitespace
authormozilla%colinogilvie.co.uk <>
Wed, 11 Oct 2006 23:20:43 +0000 (23:20 +0000)
committermozilla%colinogilvie.co.uk <>
Wed, 11 Oct 2006 23:20:43 +0000 (23:20 +0000)
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=LpSolit; a=justdave

template/en/default/bug/show.xml.tmpl

index 4f707e325b074dbed5ea190498f5a97805c3f3e8..f60ead3b6416ac27d165119b15d5c2f1014dfef8 100644 (file)
     [% 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 %]