mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +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']."' " : '';
|
||||
$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 : "";
|
||||
|
||||
return $text;
|
||||
|
Reference in New Issue
Block a user