mirror of
https://github.com/smarty-php/smarty.git
synced 2025-07-31 00:17:15 +02:00
Fix error in docs on prepend/append. Fixes #818.
This commit is contained in:
@ -79,7 +79,7 @@ child.tpl
|
||||
|
||||
|
||||
{extends file="parent.tpl"}
|
||||
{block name="title" prepend}
|
||||
{block name="title" append}
|
||||
Page Title
|
||||
{/block}
|
||||
|
||||
@ -109,7 +109,7 @@ child.tpl
|
||||
|
||||
|
||||
{extends file="parent.tpl"}
|
||||
{block name="title" append}
|
||||
{block name="title" prepend}
|
||||
Page Title
|
||||
{/block}
|
||||
|
||||
|
Reference in New Issue
Block a user