diff options
-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 %]"> |