summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorreed%reedloden.com <>2006-12-19 13:03:49 +0100
committerreed%reedloden.com <>2006-12-19 13:03:49 +0100
commit2c03807eb96b383ea17102215e8fa445d5b9bbd4 (patch)
treed7b84b6120f4d50e28f7b1a52440c2cd24354438 /template
parent04843101a25b34f2d7aee8863051cba7e3f3049c (diff)
downloadbugzilla-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')
-rw-r--r--template/en/default/attachment/edit.html.tmpl2
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 %]&amp;action=edit">[% a %]</a>
[% END %]