]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 365502 admin/products/confirm-delete uses strange mark up
authortimeless%mozdev.org <>
Mon, 8 Jan 2007 08:51:01 +0000 (08:51 +0000)
committertimeless%mozdev.org <>
Mon, 8 Jan 2007 08:51:01 +0000 (08:51 +0000)
patch by bmo2007@rsz.jp r=timeless a=justdave

template/en/default/admin/products/confirm-delete.html.tmpl

index 84f8da56952f96b4dc1c77f9bb5dd61f98c05900..8e5fbb11f9384325bced1f00039847a0f0e72796 100644 (file)
       [% ELSE %]
         Versions:
       [% END %]
+    </td>
     <td>
       [% IF product.versions.size > 0 %]
         [% FOREACH v = product.versions %]
 
   [% IF !Param("allowbugdeletion") %]
 
-    Sorry, there
+    <p>Sorry, there
 
     [% IF product.bug_count > 1 %]
       are [% product.bug_count FILTER html %] [%+ terms.bugs %]
        that [% terms.bug %]
     [% END %]
 
-    to another product before you can delete this one.
+    to another product before you can delete this one.</p>
 
   [% ELSE %]
 
 
 [% IF product.bug_count == 0 || Param('allowbugdeletion') %]
 
-  <p>Do you really want to delete this product?<p>
+  <p>Do you really want to delete this product?</p>
 
   <form method="post" action="editproducts.cgi">
     <input type="submit" id="delete" value="Yes, delete">