mirror of
https://github.com/e107inc/e107.git
synced 2025-08-15 02:57:15 +02:00
Fixes #2863 Glyphicons becomes the fallback
This commit is contained in:
@@ -3901,7 +3901,7 @@ class e_parser
|
||||
$spin = null;
|
||||
$rotate = null;
|
||||
$fixedW = null;
|
||||
$prefix = 'fa fa-'; // fallback
|
||||
$prefix = 'glyphicon glyphicon-'; // fallback
|
||||
$size = null;
|
||||
$tag = 'i';
|
||||
|
||||
|
Reference in New Issue
Block a user