diff --git a/laravel/html.php b/laravel/html.php index b6cd3eeb..b5688201 100644 --- a/laravel/html.php +++ b/laravel/html.php @@ -315,7 +315,14 @@ class HTML { // lists may exist within nested lists, etc. if (is_array($value)) { - $html .= static::listing($type, $value); + if (is_int($key)) + { + $html .= static::listing($type, $value); + } + else + { + $html .= '