summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-06-11 18:27:27 +0200
committerbbaetz%student.usyd.edu.au <>2002-06-11 18:27:27 +0200
commitf0f65e3728bfbcb82564a4cc1b633312ab35245c (patch)
treea3d8974555a6fdb65ca0e2b5fca6164dc43fbfb6 /template
parentec700b1bfcff7f00a5dded2d37c9b023613ed2b9 (diff)
downloadbugzilla-f0f65e3728bfbcb82564a4cc1b633312ab35245c.tar.gz
bugzilla-f0f65e3728bfbcb82564a4cc1b633312ab35245c.tar.xz
Bug 150826 - missing space between list of attachments
r=mattyt x2
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 64346a0f5..873f73b59 100644
--- a/template/en/default/attachment/edit.html.tmpl
+++ b/template/en/default/attachment/edit.html.tmpl
@@ -216,7 +216,7 @@
[% ELSE %]
<a href="attachment.cgi?id=[% a %]&amp;action=edit">#[% a %]</a>
[% END %]
- [% "|" UNLESS loop.last() %]
+ [% " |" UNLESS loop.last() %]
[% END %]
</form>