Commit 723ec9b9 authored by timeless%mozdev.org's avatar timeless%mozdev.org

Bug 365503 admin/products/footer produces invalid markup

patch by bmo2007@rsz.jp r=timeless a=justdave
parent 0c983a72
......@@ -30,6 +30,7 @@
#%]
[% IF Param('useclassification') && classification %]
<p>
[% classification_url_part = BLOCK %]&amp;classification=
[%- classification.name FILTER url_quote %]
[% END %]
......@@ -39,12 +40,12 @@
[% classification_text = BLOCK %]
of classification '[% classification.name FILTER html %]'
[% END %]
</p>
[% END %]
<p>
<hr>
<p>
[% UNLESS no_add_product_link || !user.in_group("editcomponents") %]
<a title="Add a product"
href="editproducts.cgi?action=add">Add</a> a product[% -%]
......@@ -76,7 +77,7 @@
href="editproducts.cgi?
[%- classification_url_part_start FILTER none %]">other products
[% classification_text %]</a>.
[% END %]
[% IF Param('useclassification') && classification %]
......
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