Fixed missing tags to be able to make doc again

This commit is contained in:
gerald
2004-07-02 22:29:26 +00:00
parent 85a4ed7167
commit bd790b782a
2 changed files with 4 additions and 6 deletions

View File

@@ -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.4 Maintainer: gerald Status: uptodate --> <!-- EN-Revision: 1.4 Maintainer: gerald Status: ready -->
<part id="getting.started"> <part id="getting.started">
<title>Pour commencer</title> <title>Pour commencer</title>
@@ -181,7 +181,8 @@ $smarty = new Smarty;
require('Smarty.class.php'); require('Smarty.class.php');
$smarty = new Smarty; $smarty = new Smarty;
?> ?>
]]> </example> ]]></programlisting>
</example>
<example> <example>
<title>D<EFBFBD>finir explicitement la constante SMARTY_DIR</title> <title>D<EFBFBD>finir explicitement la constante SMARTY_DIR</title>
@@ -287,7 +288,6 @@ $smarty = new Smarty;
<example> <example>
<title>r<EFBFBD>gler les permissions d'acc<63>s</title> <title>r<EFBFBD>gler les permissions d'acc<63>s</title>
<screen>
<programlisting role="shell"> <programlisting role="shell">
<![CDATA[ <![CDATA[
chown nobody:nobody /web/www.mydomain.com/smarty/livredor/templates_c/ 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/ chmod 770 /web/www.mydomain.com/smarty/livredor/cache/
]]> ]]>
</programlisting> </programlisting>
</screen>
</example> </example>
<note> <note>
@@ -368,7 +367,6 @@ Hello, {$name}!
$smarty->display('index.tpl'); $smarty->display('index.tpl');
?> ?>
?>
]]> ]]>
</screen> </screen>
</example> </example>

View File

@@ -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 -->
<preface id="preface"> <preface id="preface">
<title>Pr<EFBFBD>face</title> <title>Pr<EFBFBD>face</title>
<para> <para>