Skip to content

Commit

Permalink
Remove incorrect parameter in HtmlHelper::script docblock example
Browse files Browse the repository at this point in the history
Fixes #76
  • Loading branch information
shama committed Jan 24, 2012
1 parent b8d67e5 commit f69edb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/View/Helper/HtmlHelper.php
Expand Up @@ -459,7 +459,7 @@ public function css($path, $rel = null, $options = array()) {
*
* Add the script file to the `$scripts_for_layout` layout var:
*
* `$this->Html->script('styles.js', null, array('inline' => false));`
* `$this->Html->script('styles.js', array('inline' => false));`
*
* ### Options
*
Expand Down

0 comments on commit f69edb5

Please sign in to comment.