summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment
diff options
context:
space:
mode:
authorreed%reedloden.com <>2007-02-11 06:14:57 +0100
committerreed%reedloden.com <>2007-02-11 06:14:57 +0100
commit6746f1d0ed53d24a60db6f981c030c6a5dd505b3 (patch)
tree016f07bfc10b799ee1b5fc2a3070a96d6b763ab7 /template/en/default/attachment
parent25f6509fe6d2e3adea4cb2ead7265e3a2d1536b7 (diff)
downloadbugzilla-6746f1d0ed53d24a60db6f981c030c6a5dd505b3.tar.gz
bugzilla-6746f1d0ed53d24a60db6f981c030c6a5dd505b3.tar.xz
Bug 369958 - "Attachment edit page has unneeded <br>s" [p=reed r=LpSolit a=LpSolit]
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"