diff options
author | timeless%mozdev.org <> | 2007-01-08 08:52:12 +0100 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-01-08 08:52:12 +0100 |
commit | 88090bd2d2d50e9a579f92a7604caa231b48e84f (patch) | |
tree | 2bd2182ea961d64e8ee6dbe5c5fd1ed26a158bdc /template/en/default/admin | |
parent | c0daed89f9138f83f1e88b51036aa739aeb5eee0 (diff) | |
download | bugzilla-88090bd2d2d50e9a579f92a7604caa231b48e84f.tar.gz bugzilla-88090bd2d2d50e9a579f92a7604caa231b48e84f.tar.xz |
Bug 365562 admin/components/confirm-delete uses strange mark up
patch by bmo2007@rsz.jp r=timeless a=justdave
Diffstat (limited to 'template/en/default/admin')
-rw-r--r-- | template/en/default/admin/components/confirm-delete.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/admin/components/confirm-delete.html.tmpl b/template/en/default/admin/components/confirm-delete.html.tmpl index 1d7553f83..4ba73d08b 100644 --- a/template/en/default/admin/components/confirm-delete.html.tmpl +++ b/template/en/default/admin/components/confirm-delete.html.tmpl @@ -104,7 +104,7 @@ [% IF comp.bug_count %] [% IF !Param("allowbugdeletion") %] - + <p> Sorry, there [% IF comp.bug_count > 1 %] @@ -122,7 +122,7 @@ [% END %] to another component before you can delete this one. - + </p> [% ELSE %] <table border="0" cellpadding="20" width="70%" bgcolor="red"><tr><td> @@ -143,7 +143,7 @@ [% 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"> |