Skip to content

Commit c8cb187

Browse files
authored
Merge pull request #7316 from cakephp/saeideng-patch-1
remove unneeded echo
2 parents 2b68f26 + 63f5fa5 commit c8cb187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/views/helpers/html.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ Will output:
510510
You can append the script tag to a specific block using the ``block``
511511
option::
512512

513-
echo $this->Html->script('wysiwyg', ['block' => 'scriptBottom']);
513+
$this->Html->script('wysiwyg', ['block' => 'scriptBottom']);
514514

515515
In your layout you can output all the script tags added to 'scriptBottom'::
516516

0 commit comments

Comments
 (0)