summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment/confirm-delete.html.tmpl
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2007-01-08 09:55:46 +0100
committertimeless%mozdev.org <>2007-01-08 09:55:46 +0100
commit0d0ca9bc0c32a44efdf51028198e59b237a758b9 (patch)
tree07b92244cdac42d9e6d24e437ec292d52330a41a /template/en/default/attachment/confirm-delete.html.tmpl
parent77a71586f7a6ac932fd6e1b244779d3511155138 (diff)
downloadbugzilla-0d0ca9bc0c32a44efdf51028198e59b237a758b9.tar.gz
bugzilla-0d0ca9bc0c32a44efdf51028198e59b237a758b9.tar.xz
Bug 365516 attachment/confirm-delete uses p as br
patch by bmo2007@rsz.jp r=timeless a=justdave
Diffstat (limited to 'template/en/default/attachment/confirm-delete.html.tmpl')
-rw-r--r--template/en/default/attachment/confirm-delete.html.tmpl2
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 %]">