From 21875c0b241987f68ad7e4d1abeb89fa181fddbb Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 4 Nov 2017 10:27:17 -0700 Subject: [PATCH] Use "i" tag for Fontawesome by default. --- e107_handlers/e_parse_class.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/e107_handlers/e_parse_class.php b/e107_handlers/e_parse_class.php index 3659a573c..841325e79 100644 --- a/e107_handlers/e_parse_class.php +++ b/e107_handlers/e_parse_class.php @@ -3904,7 +3904,7 @@ class e_parser $fixedW = null; $prefix = 'fa fa-'; // fallback $size = null; - $tag = 'span'; + $tag = 'i'; // return print_r($fa4,true); /* @@ -3968,10 +3968,7 @@ class e_parser } } - - - - + $idAtt = (!empty($parm['id'])) ? "id='".$parm['id']."' " : ''; $style = (!empty($parm['style'])) ? "style='".$parm['style']."' " : '';