diff options
author | lpsolit%gmail.com <> | 2007-03-11 02:18:16 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-03-11 02:18:16 +0100 |
commit | 1643c9140b317ed9c32cd5ab01b816ad2f2b0310 (patch) | |
tree | 121d0a090dc7609b67b74c0035dc20e735650af3 /template | |
parent | 40a199771b751ebf7378efe32a68584ad7570ee7 (diff) | |
download | bugzilla-1643c9140b317ed9c32cd5ab01b816ad2f2b0310.tar.gz bugzilla-1643c9140b317ed9c32cd5ab01b816ad2f2b0310.tar.xz |
Bug 368006: Useless <p></p> tags in admin/products/footer.html.tmpl - Patch by Victory <spam@bmo2007.rsz.jp> r/a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/products/footer.html.tmpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/template/en/default/admin/products/footer.html.tmpl b/template/en/default/admin/products/footer.html.tmpl index e3369e0fd..d13f78c60 100644 --- a/template/en/default/admin/products/footer.html.tmpl +++ b/template/en/default/admin/products/footer.html.tmpl @@ -30,7 +30,6 @@ #%] [% IF Param('useclassification') && classification %] -<p> [% classification_url_part = BLOCK %]&classification= [%- classification.name FILTER url_quote %] [% END %] @@ -40,7 +39,6 @@ [% classification_text = BLOCK %] of classification '[% classification.name FILTER html %]' [% END %] -</p> [% END %] <hr> |