diff --git a/inc/html.php b/inc/html.php index b25fd4f143..385603b400 100644 --- a/inc/html.php +++ b/inc/html.php @@ -2176,11 +2176,12 @@ function ($a, $b) { foreach ($menu as $item) { if (!$item['prompt']) continue; //add icon to the item, in case of being specified + ptln('
  • '); if(strlen($item['icon']) > 0){ - ptln('
  • '.'admin-icon-'.hsc($item['prompt']).''.' '.$item['prompt'].'
  • '); - } else { - ptln('
  • '.$item['prompt'].'
  • '); + ptln('admin-icon-'.hsc($item['prompt']).''); } + ptln($item['prompt']); + ptln(''); } ptln(''); }