mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 10:54:27 +02:00
Sync with en docs, added CTags where needed, checked status
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!-- $Revision$ -->
|
<!-- $Revision$ -->
|
||||||
<!-- EN-Revision: 1.2 Maintainer:gerald Status: uptodate -->
|
<!-- EN-Revision: 1.2 Maintainer:gerald Status: ready -->
|
||||||
<chapter id="bugs">
|
<chapter id="bugs">
|
||||||
<title>BUGS</title>
|
<title>BUGS</title>
|
||||||
<para>
|
<para>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
<!-- $Revision$ -->
|
<!-- $Revision$ -->
|
||||||
<!-- EN-Revision: 1.1 Maintainer: nobody Status: partial -->
|
<!-- EN-Revision: 1.2 Maintainer:gerald Status: ready -->
|
||||||
<chapter id="troubleshooting">
|
<chapter id="troubleshooting">
|
||||||
<title>Diagnostic des erreurs</title>
|
<title>Diagnostic des erreurs</title>
|
||||||
<para></para>
|
<para></para>
|
||||||
@@ -13,12 +13,15 @@
|
|||||||
</para>
|
</para>
|
||||||
<example>
|
<example>
|
||||||
<title>erreurs Smarty</title>
|
<title>erreurs Smarty</title>
|
||||||
<programlisting>
|
<screen>
|
||||||
|
<![CDATA[
|
||||||
Warning: Smarty: [in index.tpl line 4]: syntax error: unknown tag - '%blah'
|
Warning: Smarty: [in index.tpl line 4]: syntax error: unknown tag - '%blah'
|
||||||
in /path/to/smarty/Smarty.class.php on line 1041
|
in /path/to/smarty/Smarty.class.php on line 1041
|
||||||
|
|
||||||
Fatal error: Smarty: [in index.tpl line 28]: syntax error: missing section name
|
Fatal error: Smarty: [in index.tpl line 28]: syntax error: missing section name
|
||||||
in /path/to/smarty/Smarty.class.php on line 1041</programlisting>
|
in /path/to/smarty/Smarty.class.php on line 1041
|
||||||
|
]]>
|
||||||
|
</screen>
|
||||||
</example>
|
</example>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@@ -35,8 +38,11 @@ Fatal error: Smarty: [in index.tpl line 28]: syntax error: missing section name
|
|||||||
|
|
||||||
<example>
|
<example>
|
||||||
<title>erreur d'analyse PHP</title>
|
<title>erreur d'analyse PHP</title>
|
||||||
<programlisting>
|
<screen>
|
||||||
Parse error: parse error in /path/to/smarty/templates_c/index.tpl.php on line 75</programlisting>
|
<![CDATA[
|
||||||
|
Parse error: parse error in /path/to/smarty/templates_c/index.tpl.php on line 75
|
||||||
|
]]>
|
||||||
|
</screen>
|
||||||
</example>
|
</example>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Reference in New Issue
Block a user