]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 364167 - "no space in Attachments on this Bug:263" [p=reed r=LpSolit a=myk]
authorreed%reedloden.com <>
Tue, 19 Dec 2006 12:03:49 +0000 (12:03 +0000)
committerreed%reedloden.com <>
Tue, 19 Dec 2006 12:03:49 +0000 (12:03 +0000)
template/en/default/attachment/edit.html.tmpl

index fbd6fcfe4accf0eb2be230f3a9fd58ba21aeba19..a4d3137842d250ddca136926e7e2c59b7cdc3b96 100644 (file)
   Attachments on this [% terms.Bug %]:
   [% FOREACH a = attachments %]
     [% IF a == attachment.id %]
-      [% a %]
+      [%+ a %]
     [% ELSE %]
       <a href="attachment.cgi?id=[% a %]&amp;action=edit">[% a %]</a>
     [% END %]