Skip to content

Commit

Permalink
Fixed incorrect docblock. Fixes #1350
Browse files Browse the repository at this point in the history
Signed-off-by: mark_story <mark@mark-story.com>
  • Loading branch information
jblotus authored and markstory committed Dec 9, 2010
1 parent 8681399 commit 48f32a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/view/helpers/html.php
Expand Up @@ -806,7 +806,7 @@ function nestedList($list, $options = array(), $itemOptions = array(), $tag = 'u
/**
* Internal function to build a nested list (UL/OL) out of an associative array.
*
* @param array $list Set of elements to list
* @param array $items Set of elements to list
* @param array $options Additional HTML attributes of the list (ol/ul) tag
* @param array $itemOptions Additional HTML attributes of the list item (LI) tag
* @param string $tag Type of list tag to use (ol/ul)
Expand Down

0 comments on commit 48f32a1

Please sign in to comment.