diff options
author | timeless%mozdev.org <> | 2007-01-08 09:52:53 +0100 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-01-08 09:52:53 +0100 |
commit | a891093d733d62d27da8bb45ee001f01bcf31cb0 (patch) | |
tree | 169701cd0b7c13d8a200ae13513db18f858ebb27 /template/en | |
parent | 771b2716be32c60346d374d51bf518764cc27aaf (diff) | |
download | bugzilla-a891093d733d62d27da8bb45ee001f01bcf31cb0.tar.gz bugzilla-a891093d733d62d27da8bb45ee001f01bcf31cb0.tar.xz |
Bug 365507 admin/versions/confirm-delete uses strange mark up
patch by bmo2007@rsz.jp r=timeless a=justdave
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/admin/versions/confirm-delete.html.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/admin/versions/confirm-delete.html.tmpl b/template/en/default/admin/versions/confirm-delete.html.tmpl index 5d5fb8193..a621359ad 100644 --- a/template/en/default/admin/versions/confirm-delete.html.tmpl +++ b/template/en/default/admin/versions/confirm-delete.html.tmpl @@ -64,9 +64,9 @@ </table> <h2>Confirmation</h2> - -[% IF version.bug_count %] +[% IF version.bug_count %] + <p> Sorry, there [% IF version.bug_count > 1 %] are [% version.bug_count FILTER none %] [%+ terms.bugs %] @@ -82,10 +82,10 @@ that [% terms.bug %] [% END %] to another version before you can delete this one. - + </p> [% ELSE %] - <p>Do you really want to delete this version?<p> + <p>Do you really want to delete this version?</p> <form method="post" action="editversions.cgi"> <input type="submit" id="delete" value="Yes, delete"> |