summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/attachment')
-rw-r--r--template/en/default/attachment/edit.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl
index bc9253164..1dbda953a 100644
--- a/template/en/default/attachment/edit.html.tmpl
+++ b/template/en/default/attachment/edit.html.tmpl
@@ -223,9 +223,9 @@
[% IF attachment.isurl %]
<input type="hidden" name="filename"
- value="[% attachment.filename FILTER html %]"><br>
+ value="[% attachment.filename FILTER html %]">
<input type="hidden" name="contenttypeentry"
- value="[% attachment.contenttype FILTER html %]"><br>
+ value="[% attachment.contenttype FILTER html %]">
[% ELSE %]
<b><label for="filename">Filename</label>:</b><br>
<input type="text" size="20" id="filename" name="filename"