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

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

index 1d7553f83e4aeba3376121e5b2e24812fcc8f0dc..4ba73d08b833a9ff8f4fcf1949d05abf6de1c261 100644 (file)
 [% IF comp.bug_count %]
 
   [% IF !Param("allowbugdeletion") %]
-
+  <p>
     Sorry, there
 
     [% IF comp.bug_count > 1 %] 
     [% END %]
 
     to another component before you can delete this one.
-
+  </p>
   [% ELSE %]
 
     <table border="0" cellpadding="20" width="70%" bgcolor="red"><tr><td>
 
 [% IF comp.bug_count == 0 || Param('allowbugdeletion') %]
 
-  <p>Do you really want to delete this component?<p>
+  <p>Do you really want to delete this component?</p>
   
   <form method="post" action="editcomponents.cgi">
   <input type="submit" id="delete" value="Yes, delete">