fixed indentiation of indent-example.

please don't run auto-indenting blindly on such cdata.
This commit is contained in:
messju
2004-06-28 09:15:19 +00:00
parent a756a1f478
commit 65ae525f0b

View File

@@ -50,7 +50,9 @@
<?php
$smarty = new Smarty;
$smarty->assign('articleTitle', 'NJ judge to rule on nude beach.');
$smarty->assign('articleTitle', 'NJ judge to rule on nude beach.
Sun or rain expected today, dark tonight.
Statistics show that teen pregnancy drops off significantly after 25.');
$smarty->display('index.tpl');
?>