1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00

Use "i" tag for Fontawesome by default.

This commit is contained in:
Cameron
2017-11-04 10:27:17 -07:00
parent 9988075ab8
commit 21875c0b24

View File

@@ -3904,7 +3904,7 @@ class e_parser
$fixedW = null; $fixedW = null;
$prefix = 'fa fa-'; // fallback $prefix = 'fa fa-'; // fallback
$size = null; $size = null;
$tag = 'span'; $tag = 'i';
// return print_r($fa4,true); // return print_r($fa4,true);
/* /*
@@ -3968,10 +3968,7 @@ class e_parser
} }
} }
$idAtt = (!empty($parm['id'])) ? "id='".$parm['id']."' " : ''; $idAtt = (!empty($parm['id'])) ? "id='".$parm['id']."' " : '';
$style = (!empty($parm['style'])) ? "style='".$parm['style']."' " : ''; $style = (!empty($parm['style'])) ? "style='".$parm['style']."' " : '';