Commit 36ff7b81 authored by Taylor Otwell's avatar Taylor Otwell

fix bug in listing method.

parent b9c45264
...@@ -272,7 +272,7 @@ class HTML { ...@@ -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
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment