mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4809 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d2eb17c644
commit
9e12b4e39b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue