mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
fix example text
This commit is contained in:
@@ -602,7 +602,8 @@ Psychics predict world didn't end yesterday.</programlisting>
|
|||||||
index.php:
|
index.php:
|
||||||
|
|
||||||
$smarty = new Smarty;
|
$smarty = new Smarty;
|
||||||
$smarty->assign('articleTitle', 'War Dims Hope for Peace. Child's Death Ruins Couple's Holiday.');
|
$smarty->assign('articleTitle', "War Dims Hope for Peace. Child's Death Ruins
|
||||||
|
Couple's Holiday.\n\nMan is Fatally Slain. Death Causes Loneliness, Feeling of Isolation.");
|
||||||
$smarty->display('index.tpl');
|
$smarty->display('index.tpl');
|
||||||
|
|
||||||
index.tpl:
|
index.tpl:
|
||||||
|
Reference in New Issue
Block a user