cvs: smarty /docs/en/designers/language-builtin-functions language-function-section.xml

"Messju Mohr" <[email protected]>
Newsgroups gmane.comp.php.cvs.smarty
Message-ID <cvsmessju1119603722@cvsserver>
messju		Fri Jun 24 05:02:02 2005 EDT

  Modified files:              
    /smarty/docs/en/designers/language-builtin-functions	
                                                        	language-function-section.xml 
  Log:
  fixed examples
  
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-builtin-functions/language-function-section.xml?r1=1.12&r2=1.13&ty=u
Index: smarty/docs/en/designers/language-builtin-functions/language-function-section.xml
diff -u smarty/docs/en/designers/language-builtin-functions/language-function-section.xml:1.12 smarty/docs/en/designers/language-builtin-functions/language-function-section.xml:1.13
--- smarty/docs/en/designers/language-builtin-functions/language-function-section.xml:1.12	Fri Jun 24 04:19:15 2005
+++ smarty/docs/en/designers/language-builtin-functions/language-function-section.xml	Fri Jun 24 05:02:01 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
 <sect1 id="language.function.section">
  <title>{section},{sectionelse}</title>
  <informaltable frame="all">
@@ -112,7 +112,7 @@
 <hr />
 {*  print out all the values of the $custid array reversed *}
 {section name=foo loop=$custid step=-1}
-  {$custid[foo]}
+  {$custid[foo]}<br />
 {/section}
 ]]>
   </programlisting>
@@ -295,7 +295,7 @@
   id: 1000<br />
   name: John Smith<br />
   address: 253 N 45th<br />
-  home phone: 555-555-5555<br />
+    home phone: 555-555-5555<br />
     cell phone: 666-555-5555<br />
     e-mail: [email protected]<br />
 <hr>
@@ -304,7 +304,6 @@
   address: 417 Mulberry ln<br />
     home phone: 123-456-4<br />
     web: www.example.com<br />
-
 <hr>
   id: 1002<br />
   name: Jane Munson<br />
@@ -316,7 +315,7 @@
 
  <example>
   <title>sections and associative arrays</title>
-    <programlisting role="php">
+  <programlisting role="php">
   <![CDATA[
 <?php
 
@@ -332,7 +331,7 @@
 
 ?>
 ]]>
-</programlisting>
+  </programlisting>
 
   <programlisting>
 <![CDATA[

-- 
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.