Bug 150826 - missing space between list of attachments

r=mattyt x2
This commit is contained in:
bbaetz%student.usyd.edu.au 2002-06-11 09:27:27 +00:00
parent 5e4576f2d2
commit 8226cfb52e

View File

@ -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>