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"?>
<!-- $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>

View File

@@ -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>