Fixed the bug when the group name is showed instead the icon

(cherry picked from commit 1b5779eb57)
This commit is contained in:
mdtrooper 2015-03-16 17:47:19 +01:00
parent 01005de046
commit c6d62f37c5
1 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@ function ui_print_group_icon ($id_group, $return = false, $path = "groups_small"
if ($config['show_group_name']) {
$output .= '<span title="'. groups_get_name($id_group, true) .'">' .
groups_get_name($id_group, true) . '&nbsp</span>';
groups_get_name($id_group, true) . '&nbsp;</span>';
}
else {
if (empty ($icon))