Skip to content

Commit

Permalink
Merge pull request #4131 from williamn/master
Browse files Browse the repository at this point in the history
Update HtmlHelper.php
  • Loading branch information
ADmad committed Aug 1, 2014
2 parents a6caf28 + 23954e6 commit 8e40fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/View/Helper/HtmlHelper.php
Expand Up @@ -497,7 +497,7 @@ public function css($path, $options = array()) {
*
* Add the script file to a custom block:
*
* `$this->Html->script('styles.js', null, array('block' => 'bodyScript'));`
* `$this->Html->script('styles.js', array('block' => 'bodyScript'));`
*
* ### Options
*
Expand Down

0 comments on commit 8e40fcf

Please sign in to comment.