1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-14 10:34:23 +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

@@ -3610,7 +3610,7 @@ class e_parser
}
else
{
$prefix = 'icon-';
// $prefix = 'icon-';
$tag = 'i';
}