]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 365487 admin/fieldvalues/footer produces invalid markup
authortimeless%mozdev.org <>
Mon, 8 Jan 2007 07:47:13 +0000 (07:47 +0000)
committertimeless%mozdev.org <>
Mon, 8 Jan 2007 07:47:13 +0000 (07:47 +0000)
patch by bmo2007@rsz.jp r=timeless a=justdave

template/en/default/admin/fieldvalues/footer.html.tmpl

index f7b522f284c8ec5702420804bbe56f2076d13a0e..27428f66dd9cbaeddcafdf0d15bbc84ff020e436 100644 (file)
   # no_edit_other_link
   # no_add_link
   #%]
-  
-<p>
 
 <hr>
 
+<p>
+
 [% UNLESS no_add_link %]
   <a title="Add a value for the '[% field FILTER html %]' field."
      href="editvalues.cgi?action=add&amp;field=
@@ -50,7 +50,7 @@
   Edit other values for the <a 
   href="editvalues.cgi?field=
         [%- field FILTER url_quote %]">'[% field FILTER html %]'</a> field.
-   
+
 [% END %]
 
 </p>