Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Update head-script.md #196

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/book/helpers/head-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ to use in the element.
>
> ```php
> // jquery template
> $template = '<div class="book"{{:title}}</div';
> $template = '<div class="book">{{:title}}</div>';
>
> $this->headScript()->appendScript(
> $template,
Expand Down