fix livedocs rendering

This commit is contained in:
didou
2004-03-26 15:09:35 +00:00
parent 0e060d2341
commit 298e4275e0
2 changed files with 8 additions and 4 deletions

View File

@@ -1470,6 +1470,7 @@ OUTPUT:
<example> <example>
<title>strip</title> <title>strip</title>
<programlisting> <programlisting>
<![CDATA[
index.php: index.php:
$smarty = new Smarty; $smarty = new Smarty;
@@ -1487,7 +1488,8 @@ OUTPUT:
Grandmother of Grandmother of
eight makes hole in one. eight makes hole in one.
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> </example>
</sect1> </sect1>
<sect1 id="language.modifier.strip.tags"> <sect1 id="language.modifier.strip.tags">
@@ -5010,7 +5012,7 @@ OUTPUT:
<entry>trailpad</entry> <entry>trailpad</entry>
<entry>string</entry> <entry>string</entry>
<entry>No</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 <entry>value to pad the trailing cells on last row with
(if any)</entry> (if any)</entry>
</row> </row>
@@ -5046,6 +5048,7 @@ OUTPUT:
<example> <example>
<title>html_table</title> <title>html_table</title>
<programlisting> <programlisting>
<![CDATA[
index.php: index.php:
require('Smarty.class.php'); require('Smarty.class.php');
@@ -5076,7 +5079,8 @@ OUTPUT:
&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="#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="#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;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> </example>
</sect1> </sect1>
<sect1 id="language.function.math"> <sect1 id="language.function.math">

View File

@@ -2495,7 +2495,7 @@ function mysql_cache_handler($action, &amp;$smarty_obj, &amp;$cache_content, $tp
</example> </example>
</sect1> </sect1>
<sect1 id="template.resources"> <sect1 id="templates.resources">
<title>Resources</title> <title>Resources</title>
<para> <para>
The templates may come from a variety of sources. When you display or fetch The templates may come from a variety of sources. When you display or fetch