mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 10:54:27 +02:00
fixed indentiation of indent-example.
please don't run auto-indenting blindly on such cdata.
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user