1
0
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:
Cameron
2017-01-01 09:07:02 -08:00
parent 882efff6ec
commit 062f80d1b0
4 changed files with 8 additions and 3 deletions

View File

@@ -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;