cvs: smarty /docs designers.sgml

"Monte Ohrt" <[email protected]>
Newsgroups gmane.comp.php.cvs.smarty
Message-ID <cvsmohrt1072119726@cvsserver>
mohrt		Mon Dec 22 14:02:06 2003 EDT

  Modified files:              
    /smarty/docs	designers.sgml 
  Log:
  fix counter example
  
  
Index: smarty/docs/designers.sgml
diff -u smarty/docs/designers.sgml:1.92 smarty/docs/designers.sgml:1.93
--- smarty/docs/designers.sgml:1.92	Fri Dec 12 04:42:06 2003
+++ smarty/docs/designers.sgml	Mon Dec 22 14:02:06 2003
@@ -3450,19 +3450,17 @@
 <title>counter</title>
 <programlisting>
 {* initialize the count *}
-{counter start=0 skip=2 print=false}
-
-{counter}&lt;br&gt;
+{counter start=0 skip=2}&lt;br&gt;
 {counter}&lt;br&gt;
 {counter}&lt;br&gt;
 {counter}&lt;br&gt;
 
 OUTPUT:
 
+0&lt;br&gt;
 2&lt;br&gt;
 4&lt;br&gt;
-6&lt;br&gt;
-8&lt;br&gt;</programlisting>
+6&lt;br&gt;</programlisting>
 </example>
 		</sect1>
 		<sect1 id="language.function.cycle">

-- 
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.