diff options
author | reed%reedloden.com <> | 2006-12-19 13:03:49 +0100 |
---|---|---|
committer | reed%reedloden.com <> | 2006-12-19 13:03:49 +0100 |
commit | 2c03807eb96b383ea17102215e8fa445d5b9bbd4 (patch) | |
tree | d7b84b6120f4d50e28f7b1a52440c2cd24354438 /template/en/default/attachment | |
parent | 04843101a25b34f2d7aee8863051cba7e3f3049c (diff) | |
download | bugzilla-2c03807eb96b383ea17102215e8fa445d5b9bbd4.tar.gz bugzilla-2c03807eb96b383ea17102215e8fa445d5b9bbd4.tar.xz |
Bug 364167 - "no space in Attachments on this Bug:263" [p=reed r=LpSolit a=myk]
Diffstat (limited to 'template/en/default/attachment')
-rw-r--r-- | template/en/default/attachment/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index fbd6fcfe4..a4d313784 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -352,7 +352,7 @@ Attachments on this [% terms.Bug %]: [% FOREACH a = attachments %] [% IF a == attachment.id %] - [% a %] + [%+ a %] [% ELSE %] <a href="attachment.cgi?id=[% a %]&action=edit">[% a %]</a> [% END %] |