We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a398b95 commit be8276bCopy full SHA for be8276b
Ajax/semantic/traits/SemanticHtmlCollectionsTrait.php
@@ -35,7 +35,7 @@ public function htmlTable($identifier, $rowCount, $colCount){
35
*/
36
public function htmlMessage($identifier, $content="",$styles=NULL) {
37
$msg= $this->addHtmlComponent(new HtmlMessage($identifier, $content));
38
- if(isset($msg))
+ if(isset($msg) && $styles!==null)
39
$msg->setStyle($styles);
40
return $msg;
41
}
0 commit comments