Skip to content

Commit d27f990

Browse files
committed
test scrut
1 parent edf19e8 commit d27f990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ajax/semantic/html/content/HtmlListItem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ protected function initContent($content){
2828
if(isset($icon)===true){
2929
$this->setIcon($icon);
3030
}
31-
if(isset($image)===true){
31+
if(isset($image)){
3232
$this->setImage($image);
3333
}
3434
if(isset($title)===true){

0 commit comments

Comments
 (0)