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

Commit 005bff2

Browse files
committed
Merge pull request #196 from rcapile/hotfix/docs/helpers/head-script
Update head-script.md
2 parents f2b0613 + 1a7d645 commit 005bff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/helpers/head-script.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ to use in the element.
4646
>
4747
> ```php
4848
> // jquery template
49-
> $template = '<div class="book"{{:title}}</div';
49+
> $template = '<div class="book">{{:title}}</div>';
5050
>
5151
> $this->headScript()->appendScript(
5252
> $template,

0 commit comments

Comments
 (0)