Browse Source

Merge pull request #4131 from williamn/master

Update HtmlHelper.php
ADmad 11 years ago
parent
commit
8e40fcf5ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/View/Helper/HtmlHelper.php

+ 1 - 1
lib/Cake/View/Helper/HtmlHelper.php

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