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

template/en/default/admin/classifications/del.html.tmpl

index ffb8fe065713d88635c99e66984a87cdbf01629b..9b726a880a62d0029f7e81537ab13e1512685726 100644 (file)
@@ -51,7 +51,7 @@
 
 <h2>Confirmation</h2>
 
-<p>Do you really want to delete this classification?<p>
+<p>Do you really want to delete this classification?</p>
 <form method=post action="editclassifications.cgi">
   <input type=submit value="Yes, delete">
   <input type=hidden name="action" value="delete">
@@ -60,6 +60,6 @@
 </form>
 
 <p>Back to the <a href="./">main [% terms.bugs %] page</a>
-or <a href="editclassifications.cgi"> edit</a> more classifications.
+or <a href="editclassifications.cgi"> edit</a> more classifications.</p>
 
 [% PROCESS global/footer.html.tmpl %]