diff options
author | timeless%mozdev.org <> | 2007-01-08 08:55:46 +0000 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-01-08 08:55:46 +0000 |
commit | 0d0ca9bc0c32a44efdf51028198e59b237a758b9 (patch) | |
tree | 07b92244cdac42d9e6d24e437ec292d52330a41a | |
parent | 77a71586f7a6ac932fd6e1b244779d3511155138 (diff) | |
download | bugs-0d0ca9bc0c32a44efdf51028198e59b237a758b9.tar bugs-0d0ca9bc0c32a44efdf51028198e59b237a758b9.tar.gz bugs-0d0ca9bc0c32a44efdf51028198e59b237a758b9.tar.bz2 bugs-0d0ca9bc0c32a44efdf51028198e59b237a758b9.tar.xz bugs-0d0ca9bc0c32a44efdf51028198e59b237a758b9.zip |
Bug 365516 attachment/confirm-delete uses p as br
patch by bmo2007@rsz.jp r=timeless a=justdave
-rw-r--r-- | template/en/default/attachment/confirm-delete.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/attachment/confirm-delete.html.tmpl b/template/en/default/attachment/confirm-delete.html.tmpl index ac8178ede..0b8bc291a 100644 --- a/template/en/default/attachment/confirm-delete.html.tmpl +++ b/template/en/default/attachment/confirm-delete.html.tmpl @@ -76,7 +76,7 @@ <form action="attachment.cgi" method="POST"> <label for="reason">Reason of the deletion:</label> <input type="text" id="reason" name="reason" value="" size="80" maxlength="200"> - <p> + <br> <input type="submit" value="Yes, delete" id="delete"> <input type="hidden" name="action" value="delete"> <input type="hidden" name="id" value="[% a.id FILTER html %]"> |