cvs: smarty /docs/en designers.xml programmers.xml

"Mehdi Achour" <[email protected]>
Newsgroups gmane.comp.php.cvs.smarty
Message-ID <cvsdidou1080313776@cvsserver>
didou		Fri Mar 26 10:09:36 2004 EDT

  Modified files:              
    /smarty/docs/en	designers.xml programmers.xml 
  Log:
  fix livedocs rendering
  
http://cvs.php.net/diff.php/smarty/docs/en/designers.xml?r1=1.4&r2=1.5&ty=u
Index: smarty/docs/en/designers.xml
diff -u smarty/docs/en/designers.xml:1.4 smarty/docs/en/designers.xml:1.5
--- smarty/docs/en/designers.xml:1.4	Fri Mar 26 09:38:15 2004
+++ smarty/docs/en/designers.xml	Fri Mar 26 10:09:35 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <part id="smarty.for.designers">
  <title>Smarty For Template Designers</title>
 
@@ -1470,6 +1470,7 @@
 <example>
 <title>strip</title>
 <programlisting>
+<![CDATA[
 index.php:
 
 $smarty = new Smarty;
@@ -1487,7 +1488,8 @@
 Grandmother of
 eight makes        hole in one.
 Grandmother of eight makes hole in one.
-Grandmother&nbsp;of&nbsp;eight&nbsp;makes&nbsp;hole&nbsp;in&nbsp;one.</programlisting>
+Grandmother&nbsp;of&nbsp;eight&nbsp;makes&nbsp;hole&nbsp;in&nbsp;one.
+]]></programlisting>
 </example>
 		</sect1>
 		<sect1 id="language.modifier.strip.tags">
@@ -5010,7 +5012,7 @@
                         <entry>trailpad</entry>
                         <entry>string</entry>
                         <entry>No</entry>
-                        <entry><emphasis>&nbsp;</emphasis></entry>
+                        <entry><emphasis>&amp;nbsp;</emphasis></entry>
                         <entry>value to pad the trailing cells on last row with
 						(if any)</entry>
                     </row>
@@ -5046,6 +5048,7 @@
 <example>
 <title>html_table</title>
 <programlisting>
+<![CDATA[
 index.php:
 
 require('Smarty.class.php');
@@ -5076,7 +5079,8 @@
 &lt;tr bgcolor="#eeeeee"&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;3&lt;/td&gt;&lt;td&gt;4&lt;/td&gt;&lt;/tr&gt;
 &lt;tr bgcolor="#dddddd"&gt;&lt;td&gt;5&lt;/td&gt;&lt;td&gt;6&lt;/td&gt;&lt;td&gt;7&lt;/td&gt;&lt;td&gt;8&lt;/td&gt;&lt;/tr&gt;
 &lt;tr bgcolor="#eeeeee"&gt;&lt;td&gt;9&lt;/td&gt;&lt;td&gt;&nbsp;&lt;/td&gt;&lt;td&gt;&nbsp;&lt;/td&gt;&lt;td&gt;&nbsp;&lt;/td&gt;&lt;/tr&gt;
-&lt;/table&gt;</programlisting>
+&lt;/table&gt;
+]]></programlisting>
 </example>
 		</sect1>
 		<sect1 id="language.function.math">
http://cvs.php.net/diff.php/smarty/docs/en/programmers.xml?r1=1.8&r2=1.9&ty=u
Index: smarty/docs/en/programmers.xml
diff -u smarty/docs/en/programmers.xml:1.8 smarty/docs/en/programmers.xml:1.9
--- smarty/docs/en/programmers.xml:1.8	Fri Mar 26 09:38:16 2004
+++ smarty/docs/en/programmers.xml	Fri Mar 26 10:09:35 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
  <part id="smarty.for.programmers">
   <title>Smarty For Programmers</title>
 
@@ -2495,7 +2495,7 @@
     </example>
   </sect1>
 
-  <sect1 id="template.resources">
+  <sect1 id="templates.resources">
    <title>Resources</title>
    <para>
 	The templates may come from a variety of sources. When you display or fetch

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