mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 11:36:08 +02:00
Fix for glyph rendering in admin.
This commit is contained in:
@@ -4348,8 +4348,7 @@ e107::getDebug()->log($sc_parameters);
|
||||
|
||||
case 'icon':
|
||||
|
||||
$parms['size'] = '2x';
|
||||
$value = $tp->toIcon($value,$parms);
|
||||
$value = "<span class='icon-preview'>".$tp->toIcon($value,$parms)."</span>";
|
||||
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user