diff options
author | timeless%mozdev.org <> | 2007-01-08 08:51:53 +0100 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-01-08 08:51:53 +0100 |
commit | c0daed89f9138f83f1e88b51036aa739aeb5eee0 (patch) | |
tree | 4ba75149f7d164d51e11be741efa62a5232a76f3 | |
parent | de5b87015d8ade13e4ee077f4af7b34d72572300 (diff) | |
download | bugzilla-c0daed89f9138f83f1e88b51036aa739aeb5eee0.tar.gz bugzilla-c0daed89f9138f83f1e88b51036aa739aeb5eee0.tar.xz |
Bug 365561 admin/classifications/del uses strange mark up
patch by bmo2007@rsz.jp r=timeless a=justdave
-rw-r--r-- | template/en/default/admin/classifications/del.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/classifications/del.html.tmpl b/template/en/default/admin/classifications/del.html.tmpl index ffb8fe065..9b726a880 100644 --- a/template/en/default/admin/classifications/del.html.tmpl +++ b/template/en/default/admin/classifications/del.html.tmpl @@ -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 %] |