Commit 6746f1d0 authored by reed%reedloden.com's avatar reed%reedloden.com

Bug 369958 - "Attachment edit page has unneeded <br>s" [p=reed r=LpSolit a=LpSolit]

parent 25f6509f
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment