fix bug in listing method.
This commit is contained in:
parent
b9c45264b8
commit
36ff7b81aa
|
@ -272,7 +272,7 @@ private static function listing($type, $list, $attributes = array())
|
|||
{
|
||||
if (is_array($value))
|
||||
{
|
||||
$html .= static::elements($type, $value);
|
||||
$html .= static::listing($type, $value);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue