git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4809 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2008-11-07 12:39:48 +00:00
parent d2eb17c644
commit 9e12b4e39b

View file

@ -576,7 +576,7 @@
$buff = null;
foreach($buffs as $key => $val) {
$buff .= sprintf('<img src="%s%s.gif" alt="%s" title="%s" />', $path, $val, $val, $val);
$buff .= sprintf('<img src="%s%s.gif" alt="%s" title="%s" style="margin-right:2px;" />', $path, $val, $val, $val);
}
return $buff;
}