From: bbaetz%student.usyd.edu.au <> Date: Tue, 11 Jun 2002 16:27:27 +0000 (+0000) Subject: Bug 150826 - missing space between list of attachments X-Git-Tag: bugzilla-2.17.1~316 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0f65e3728bfbcb82564a4cc1b633312ab35245c;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 %]