]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 365516 attachment/confirm-delete uses p as br
authortimeless%mozdev.org <>
Mon, 8 Jan 2007 08:55:46 +0000 (08:55 +0000)
committertimeless%mozdev.org <>
Mon, 8 Jan 2007 08:55:46 +0000 (08:55 +0000)
patch by bmo2007@rsz.jp r=timeless a=justdave

template/en/default/attachment/confirm-delete.html.tmpl

index ac8178eded7be3c51c6682880de0e46f4ff1e8eb..0b8bc291a2de11301b4b2ca8d0a15e368ff626d7 100644 (file)
@@ -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 %]">