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

Commit 1a7d645

Browse files
authored
Update head-script.md
Missing `>` at example
1 parent f2b0613 commit 1a7d645

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)