edit of docblock

Signed-off-by: Mark Story <mark@mark-story.com>
This commit is contained in:
ceeram 2009-12-21 15:48:38 +01:00 committed by Mark Story
parent 5274dce9f1
commit 6d8fa76bed

View file

@ -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
*/