mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
Fixed missing tags to be able to make doc again
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 1.4 Maintainer: gerald Status: uptodate -->
|
||||
<!-- EN-Revision: 1.4 Maintainer: gerald Status: ready -->
|
||||
<part id="getting.started">
|
||||
<title>Pour commencer</title>
|
||||
|
||||
@@ -181,7 +181,8 @@ $smarty = new Smarty;
|
||||
require('Smarty.class.php');
|
||||
$smarty = new Smarty;
|
||||
?>
|
||||
]]> </example>
|
||||
]]></programlisting>
|
||||
</example>
|
||||
|
||||
<example>
|
||||
<title>D<EFBFBD>finir explicitement la constante SMARTY_DIR</title>
|
||||
@@ -287,7 +288,6 @@ $smarty = new Smarty;
|
||||
|
||||
<example>
|
||||
<title>r<EFBFBD>gler les permissions d'acc<63>s</title>
|
||||
<screen>
|
||||
<programlisting role="shell">
|
||||
<![CDATA[
|
||||
chown nobody:nobody /web/www.mydomain.com/smarty/livredor/templates_c/
|
||||
@@ -297,7 +297,6 @@ chown nobody:nobody /web/www.mydomain.com/smarty/livredor/cache/
|
||||
chmod 770 /web/www.mydomain.com/smarty/livredor/cache/
|
||||
]]>
|
||||
</programlisting>
|
||||
</screen>
|
||||
</example>
|
||||
|
||||
<note>
|
||||
@@ -368,7 +367,6 @@ Hello, {$name}!
|
||||
|
||||
$smarty->display('index.tpl');
|
||||
?>
|
||||
?>
|
||||
]]>
|
||||
</screen>
|
||||
</example>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 1.2 Maintainer: gerald Status: uptodate -->
|
||||
<!-- EN-Revision: 1.2 Maintainer: gerald Status: ready -->
|
||||
<preface id="preface">
|
||||
<title>Pr<EFBFBD>face</title>
|
||||
<para>
|
||||
|
Reference in New Issue
Block a user