diff options
author | bbaetz%student.usyd.edu.au <> | 2002-06-11 16:27:27 +0000 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-06-11 16:27:27 +0000 |
commit | f0f65e3728bfbcb82564a4cc1b633312ab35245c (patch) | |
tree | a3d8974555a6fdb65ca0e2b5fca6164dc43fbfb6 /template/en/default | |
parent | ec700b1bfcff7f00a5dded2d37c9b023613ed2b9 (diff) | |
download | bugs-f0f65e3728bfbcb82564a4cc1b633312ab35245c.tar bugs-f0f65e3728bfbcb82564a4cc1b633312ab35245c.tar.gz bugs-f0f65e3728bfbcb82564a4cc1b633312ab35245c.tar.bz2 bugs-f0f65e3728bfbcb82564a4cc1b633312ab35245c.tar.xz bugs-f0f65e3728bfbcb82564a4cc1b633312ab35245c.zip |
Bug 150826 - missing space between list of attachments
r=mattyt x2
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/attachment/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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 href="attachment.cgi?id=[% a %]&action=edit">#[% a %]</a> [% END %] - [% "|" UNLESS loop.last() %] + [% " |" UNLESS loop.last() %] [% END %] </form> |