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

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

index 5d5fb819370dd5c0ae051bbc4e95f5d238db5bf9..a621359adf46b27c0ef59ab5f4bc8e69e5da3001 100644 (file)
@@ -64,9 +64,9 @@
 </table>
 
 <h2>Confirmation</h2>
-  
-[% IF version.bug_count %]
 
+[% IF version.bug_count %]
+  <p>
   Sorry, there
   [% IF version.bug_count > 1 %] 
     are [% version.bug_count FILTER none %] [%+ terms.bugs %] 
      that [% terms.bug %]
   [% END %]
   to another version before you can delete this one.
-
+  </p>
 [% ELSE %]
 
-  <p>Do you really want to delete this version?<p>
+  <p>Do you really want to delete this version?</p>
   
   <form method="post" action="editversions.cgi">
     <input type="submit" id="delete" value="Yes, delete">