]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 150826 - missing space between list of attachments
authorbbaetz%student.usyd.edu.au <>
Tue, 11 Jun 2002 16:27:21 +0000 (16:27 +0000)
committerbbaetz%student.usyd.edu.au <>
Tue, 11 Jun 2002 16:27:21 +0000 (16:27 +0000)
r=mattyt x2

template/en/default/attachment/edit.html.tmpl

index 64346a0f5b45f79bf4417ceed569b887890d522a..873f73b59eedf0fb97f14121520ffb80f503b40e 100644 (file)
     [% ELSE %]
       <a href="attachment.cgi?id=[% a %]&amp;action=edit">#[% a %]</a>
     [% END %]
-    [% "|" UNLESS loop.last() %]
+    [% " |" UNLESS loop.last() %]
   [% END %]
 
 </form>