fix bug in listing method.
This commit is contained in:
@@ -272,7 +272,7 @@ class HTML {
|
|||||||
{
|
{
|
||||||
if (is_array($value))
|
if (is_array($value))
|
||||||
{
|
{
|
||||||
$html .= static::elements($type, $value);
|
$html .= static::listing($type, $value);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user