mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
fix livedocs rendering
This commit is contained in:
@@ -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 of eight makes hole in one.</programlisting>
|
Grandmother of eight makes hole in 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> </emphasis></entry>
|
<entry><emphasis>&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:
|
|||||||
<tr bgcolor="#eeeeee"><td>1</td><td>2</td><td>3</td><td>4</td></tr>
|
<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="#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>
|
<tr bgcolor="#eeeeee"><td>9</td><td> </td><td> </td><td> </td></tr>
|
||||||
</table></programlisting>
|
</table>
|
||||||
|
]]></programlisting>
|
||||||
</example>
|
</example>
|
||||||
</sect1>
|
</sect1>
|
||||||
<sect1 id="language.function.math">
|
<sect1 id="language.function.math">
|
||||||
|
@@ -2495,7 +2495,7 @@ function mysql_cache_handler($action, &$smarty_obj, &$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
|
||||||
|
Reference in New Issue
Block a user