mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 17:59:21 +02:00
Fixed missing space in get_icon method when using sprites
This commit is contained in:
parent
df89cb845d
commit
cfe1b1371e
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ END;
|
||||||
$hover_url = self::_find_icon($hover_name);
|
$hover_url = self::_find_icon($hover_name);
|
||||||
}
|
}
|
||||||
if ($bUseSprite) {
|
if ($bUseSprite) {
|
||||||
$tag = '<span class="sprite sprite-icon_'.$name.'"';
|
$tag = '<span class="sprite sprite-icon_'.$name.'" ';
|
||||||
} else {
|
} else {
|
||||||
$tag = '<img src="' . $icon_url . '" ';
|
$tag = '<img src="' . $icon_url . '" ';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue