From 48f32a11e03b7af923aea601e17fb93f77df5cee Mon Sep 17 00:00:00 2001 From: jblotus Date: Wed, 8 Dec 2010 09:41:28 -0800 Subject: [PATCH] Fixed incorrect docblock. Fixes #1350 Signed-off-by: mark_story --- cake/libs/view/helpers/html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/libs/view/helpers/html.php b/cake/libs/view/helpers/html.php index 3dedaccbcf7..dee7cc309e2 100644 --- a/cake/libs/view/helpers/html.php +++ b/cake/libs/view/helpers/html.php @@ -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)