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

Commit 0d3a9c9

Browse files
committed
Merge branch 'hotfix/196' into develop
Forward port #196
2 parents 3ad08bc + 005bff2 commit 0d3a9c9

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)