From f0f65e3728bfbcb82564a4cc1b633312ab35245c Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Tue, 11 Jun 2002 16:27:27 +0000 Subject: Bug 150826 - missing space between list of attachments r=mattyt x2 --- template/en/default/attachment/edit.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') 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 %] [% END %] - [% "|" UNLESS loop.last() %] + [% " |" UNLESS loop.last() %] [% END %] -- cgit v1.2.3-24-g4f1b