From 36ff7b81aa351b336c1c80083587debca0069583 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 30 Oct 2011 23:16:16 -0500 Subject: [PATCH] fix bug in listing method. --- laravel/html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {