Bug 150826 - missing space between list of attachments

r=mattyt x2


git-svn-id: svn://10.0.0.236/trunk@123027 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bbaetz%student.usyd.edu.au 2002-06-11 09:27:27 +00:00
parent 6b4af86e93
commit 11df709295

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>