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

This commit is contained in:
zero 2008-11-07 12:40:22 +00:00
parent 9e12b4e39b
commit 52f087c5a3

View file

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