mirror of
https://github.com/e107inc/e107.git
synced 2025-04-19 20:21:51 +02:00
Minor fix - should sort the mysterious - appearing on hovering admin icons
This commit is contained in:
parent
d123e8203b
commit
c20829f679
@ -1278,7 +1278,7 @@ class e_navigation
|
||||
break;
|
||||
|
||||
case 'div':
|
||||
$text .= "<div class='core-mainpanel-block'><a data-toggle='tooltip' class='core-mainpanel-link-icon muted' href='".$link."' title='{$description}'>".$icon."<br />
|
||||
$text .= "<div class='core-mainpanel-block'><a data-toggle='tooltip' class='core-mainpanel-link-icon muted' href='".$link."' title='{$description}'>".$icon."
|
||||
<small class='core-mainpanel-link-text'>".$tp->toHTML($title,FALSE,"defs, emotes_off")."</small></a>
|
||||
</div>";
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user