Browse Source

fix bug in listing method.

Taylor Otwell 13 years ago
parent
commit
36ff7b81aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/html.php

+ 1 - 1
laravel/html.php

@@ -272,7 +272,7 @@ class HTML {
 		{
 			if (is_array($value))
 			{
-				$html .= static::elements($type, $value);
+				$html .= static::listing($type, $value);
 			}
 			else
 			{