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']."' " : '';