mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 22:57:14 +02:00
Possible HTML validation issue fix for Font-Awesome etc
This commit is contained in:
@@ -3982,7 +3982,7 @@ class e_parser
|
|||||||
$style = (!empty($parm['style'])) ? "style='".$parm['style']."' " : '';
|
$style = (!empty($parm['style'])) ? "style='".$parm['style']."' " : '';
|
||||||
$class = (!empty($parm['class'])) ? $parm['class']." " : '';
|
$class = (!empty($parm['class'])) ? $parm['class']." " : '';
|
||||||
|
|
||||||
$text = "<".$tag." {$idAtt}class='".$class.$prefix.$id.$size.$spin.$rotate.$fixedW."' {$style}></".$tag.">" ;
|
$text = "<".$tag." {$idAtt}class='".$class.$prefix.$id.$size.$spin.$rotate.$fixedW."' {$style}><!-- --></".$tag.">" ;
|
||||||
$text .= ($options !== false) ? $options : "";
|
$text .= ($options !== false) ? $options : "";
|
||||||
|
|
||||||
return $text;
|
return $text;
|
||||||
|
Reference in New Issue
Block a user