aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-06-11 16:27:21 +0000
committerbbaetz%student.usyd.edu.au <>2002-06-11 16:27:21 +0000
commitbbe45c5c33a7fc60be38a5281ce86f0765ec538a (patch)
tree8ae57f35603af2bc0c54855c17bab03a6e1ea0fd
parentBug 150798 - Extra whitespace included in saved query links (diff)
downloadbugzilla-bbe45c5c33a7fc60be38a5281ce86f0765ec538a.tar.gz
bugzilla-bbe45c5c33a7fc60be38a5281ce86f0765ec538a.tar.bz2
bugzilla-bbe45c5c33a7fc60be38a5281ce86f0765ec538a.zip
Bug 150826 - missing space between list of attachments
r=mattyt x2
-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>