mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 07:36:32 +02:00
toGlyph tag cleanup
This commit is contained in:
@@ -4121,7 +4121,7 @@ class e_parser
|
|||||||
$placeholder = isset($parm['placeholder']) ? $parm['placeholder'] : "<!-- -->";
|
$placeholder = isset($parm['placeholder']) ? $parm['placeholder'] : "<!-- -->";
|
||||||
$title = (!empty($parm['title'])) ? " title='".$this->toAttribute($parm['title'])."' " : '';
|
$title = (!empty($parm['title'])) ? " title='".$this->toAttribute($parm['title'])."' " : '';
|
||||||
|
|
||||||
$text = "<".$tag." {$idAtt}class='".$class.$prefix.$id.$size.$spin.$rotate.$fixedW."' {$style} {$title}>".$placeholder."</".$tag.">" ;
|
$text = "<".$tag." {$idAtt}class='".$class.$prefix.$id.$size.$spin.$rotate.$fixedW."' ".$style.$title.">".$placeholder."</".$tag.">" ;
|
||||||
$text .= ($options !== false) ? $options : "";
|
$text .= ($options !== false) ? $options : "";
|
||||||
|
|
||||||
return $text;
|
return $text;
|
||||||
|
Reference in New Issue
Block a user