diff --git a/laravel/html.php b/laravel/html.php
index dc7e5a6f..9a78ba23 100644
--- a/laravel/html.php
+++ b/laravel/html.php
@@ -272,7 +272,7 @@ class HTML {
{
if (is_array($value))
{
- $html .= static::elements($type, $value);
+ $html .= static::listing($type, $value);
}
else
{