From: bbaetz%student.usyd.edu.au <> Date: Tue, 11 Jun 2002 16:27:21 +0000 (+0000) Subject: Bug 150826 - missing space between list of attachments X-Git-Tag: bugzilla-2.16~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbe45c5c33a7fc60be38a5281ce86f0765ec538a;p=thirdparty%2Fbugzilla.git Bug 150826 - missing space between list of attachments r=mattyt x2 --- diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index 64346a0f5b..873f73b59e 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -216,7 +216,7 @@ [% ELSE %] #[% a %] [% END %] - [% "|" UNLESS loop.last() %] + [% " |" UNLESS loop.last() %] [% END %]