Merge pull request #4131 from williamn/master

Update HtmlHelper.php
This commit is contained in:
ADmad 2014-08-01 10:39:47 +05:30
commit 8e40fcf5ef

View file

@ -497,7 +497,7 @@ class HtmlHelper extends AppHelper {
*
* 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
*