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 of eight makes hole in one.</programlisting>
+Grandmother of eight makes hole in 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> </emphasis></entry>
+ <entry><emphasis>&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 @@
<tr bgcolor="#eeeeee"><td>1</td><td>2</td><td>3</td><td>4</td></tr>
<tr bgcolor="#dddddd"><td>5</td><td>6</td><td>7</td><td>8</td></tr>
<tr bgcolor="#eeeeee"><td>9</td><td> </td><td> </td><td> </td></tr>
-</table></programlisting>
+</table>
+]]></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