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 <?php
$smarty = new Smarty; $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'); $smarty->display('index.tpl');
?> ?>
@@ -78,18 +80,18 @@ $smarty->display('index.tpl');
NJ judge to rule on nude beach. NJ judge to rule on nude beach.
Sun or rain expected today, dark tonight. Sun or rain expected today, dark tonight.
Statistics show that teen pregnancy drops off significantly after 25. Statistics show that teen pregnancy drops off significantly after 25.
NJ judge to rule on nude beach. NJ judge to rule on nude beach.
Sun or rain expected today, dark tonight. Sun or rain expected today, dark tonight.
Statistics show that teen pregnancy drops off significantly after 25. Statistics show that teen pregnancy drops off significantly after 25.
NJ judge to rule on nude beach. NJ judge to rule on nude beach.
Sun or rain expected today, dark tonight. Sun or rain expected today, dark tonight.
Statistics show that teen pregnancy drops off significantly after 25. Statistics show that teen pregnancy drops off significantly after 25.
NJ judge to rule on nude beach. NJ judge to rule on nude beach.
Sun or rain expected today, dark tonight. Sun or rain expected today, dark tonight.
Statistics show that teen pregnancy drops off significantly after 25. Statistics show that teen pregnancy drops off significantly after 25.
]]> ]]>
</screen> </screen>
</example> </example>