fix bug in listing method.

This commit is contained in:
Taylor Otwell 2011-10-30 23:16:16 -05:00
parent b9c45264b8
commit 36ff7b81aa
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ private static function listing($type, $list, $attributes = array())
{
if (is_array($value))
{
$html .= static::elements($type, $value);
$html .= static::listing($type, $value);
}
else
{