]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 369958 - "Attachment edit page has unneeded <br>s" [p=reed r=LpSolit a=LpSolit]
authorreed%reedloden.com <>
Sun, 11 Feb 2007 05:14:57 +0000 (05:14 +0000)
committerreed%reedloden.com <>
Sun, 11 Feb 2007 05:14:57 +0000 (05:14 +0000)
template/en/default/attachment/edit.html.tmpl

index bc92531640b4960ff9003645cda46106cae8f831..1dbda953ac46fd81ee9f5249e7db652dc7afc137 100644 (file)
 
         [% 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"