fix example text

This commit is contained in:
mohrt
2003-04-21 14:02:03 +00:00
parent fac8fb59fc
commit fa5f4bdf72

View File

@@ -602,7 +602,8 @@ Psychics predict world didn't end yesterday.</programlisting>
index.php:
$smarty = new Smarty;
$smarty-&gt;assign('articleTitle', 'War Dims Hope for Peace. Child's Death Ruins Couple's Holiday.');
$smarty-&gt;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-&gt;display('index.tpl');
index.tpl: