diff options
Diffstat (limited to 'template')
-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 %] |