diff --git a/cake/libs/view/helpers/html.php b/cake/libs/view/helpers/html.php index 09756a70c..5d66cd5fd 100644 --- a/cake/libs/view/helpers/html.php +++ b/cake/libs/view/helpers/html.php @@ -710,7 +710,7 @@ class HtmlHelper extends AppHelper { * @param string $text String content that will appear inside the div element. * If null, only a start tag will be printed * @param array $options Additional HTML attributes of the DIV tag, see above. - * @param boolean $escape If true, $text will be HTML-escaped (Deprecated, use $attributes[escape]) + * @param boolean $escape If true, $text will be HTML-escaped (Deprecated, use $options['escape']) * @return string The formatted tag element * @access public */