fix bug in listing method.

This commit is contained in:
Taylor Otwell
2011-10-30 23:16:16 -05:00
parent b9c45264b8
commit 36ff7b81aa

View File

@@ -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
{ {