Commit 3d9cbd26 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 297990: choose-product.html.tmpl generates improper indentation for product…

Bug 297990: choose-product.html.tmpl generates improper indentation for product descriptions - Patch by Aaron Larson <aaron@larsonsonline.net> r=wurblzap a=myk
parent a4986f31
...@@ -45,11 +45,11 @@ ...@@ -45,11 +45,11 @@
<a href="[% target %]?product=[% p FILTER url_quote -%] <a href="[% target %]?product=[% p FILTER url_quote -%]
[%- IF cloned_bug_id %]&amp;cloned_bug_id=[% cloned_bug_id FILTER url_quote %][% END -%] [%- IF cloned_bug_id %]&amp;cloned_bug_id=[% cloned_bug_id FILTER url_quote %][% END -%]
[%- IF format %]&amp;format=[% format FILTER url_quote %][% END %]"> [%- IF format %]&amp;format=[% format FILTER url_quote %][% END %]">
[% p FILTER html %]</a>: [% p FILTER html %]</a>:&nbsp;
</th> </th>
[% IF proddesc.$p %] [% IF proddesc.$p %]
<td valign="top">&nbsp;[% proddesc.$p %]</td> <td valign="top">[% proddesc.$p %]</td>
[% END %] [% END %]
</tr> </tr>
[% 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