We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b8d1d commit d2596ccCopy full SHA for d2596cc
1 file changed
Ajax/semantic/html/base/HtmlSemDoubleElement.php
@@ -174,6 +174,7 @@ public function addList($items,$ordered=false){
174
$list->setOrdered($ordered);
175
$list->setClass("ui list");
176
$this->addContent($list);
177
+ return $list;
178
}
179
180
/*
0 commit comments