diff options
Diffstat (limited to 'template/en')
-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"> |