cvs: smarty /docs/en/designers/language-modifiers language-modifier-indent.xml
"Messju Mohr" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmessju1088414120@cvsserver> |
messju Mon Jun 28 05:15:20 2004 EDT
Modified files:
/smarty/docs/en/designers/language-modifiers
language-modifier-indent.xml
Log:
fixed indentiation of indent-example.
please don't run auto-indenting blindly on such cdata.
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-modifiers/language-modifier-indent.xml?r1=1.1&r2=1.2&ty=u
Index: smarty/docs/en/designers/language-modifiers/language-modifier-indent.xml
diff -u smarty/docs/en/designers/language-modifiers/language-modifier-indent.xml:1.1 smarty/docs/en/designers/language-modifiers/language-modifier-indent.xml:1.2
--- smarty/docs/en/designers/language-modifiers/language-modifier-indent.xml:1.1 Tue Apr 13 04:40:22 2004
+++ smarty/docs/en/designers/language-modifiers/language-modifier-indent.xml Mon Jun 28 05:15:19 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<sect1 id="language.modifier.indent">
<title>indent</title>
<informaltable frame="all">
@@ -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');
?>
@@ -78,18 +80,18 @@
NJ judge to rule on nude beach.
Sun or rain expected today, dark tonight.
Statistics show that teen pregnancy drops off significantly after 25.
-
-NJ judge to rule on nude beach.
-Sun or rain expected today, dark tonight.
-Statistics show that teen pregnancy drops off significantly after 25.
-
-NJ judge to rule on nude beach.
-Sun or rain expected today, dark tonight.
-Statistics show that teen pregnancy drops off significantly after 25.
-
-NJ judge to rule on nude beach.
-Sun or rain expected today, dark tonight.
-Statistics show that teen pregnancy drops off significantly after 25.
+
+ NJ judge to rule on nude beach.
+ Sun or rain expected today, dark tonight.
+ Statistics show that teen pregnancy drops off significantly after 25.
+
+ NJ judge to rule on nude beach.
+ Sun or rain expected today, dark tonight.
+ Statistics show that teen pregnancy drops off significantly after 25.
+
+ NJ judge to rule on nude beach.
+ Sun or rain expected today, dark tonight.
+ Statistics show that teen pregnancy drops off significantly after 25.
]]>
</screen>
</example>
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php