cvs: smarty /docs/de getting-started.xml
"Nuno Lopes" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsnlopess1126863648@cvsserver> |
nlopess Fri Sep 16 05:40:48 2005 EDT
Modified files:
/smarty/docs/de getting-started.xml
Log:
fix php bug #34520: broken example display (de only)
http://cvs.php.net/diff.php/smarty/docs/de/getting-started.xml?r1=1.7&r2=1.8&ty=u
Index: smarty/docs/de/getting-started.xml
diff -u smarty/docs/de/getting-started.xml:1.7 smarty/docs/de/getting-started.xml:1.8
--- smarty/docs/de/getting-started.xml:1.7 Thu Jun 9 05:57:02 2005
+++ smarty/docs/de/getting-started.xml Fri Sep 16 05:40:46 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- EN-Revision: 1.10 Maintainer: andreas Status: ready -->
<part id="getting.started">
<title>Erste Schritte</title>
@@ -256,6 +256,7 @@
define('SMARTY_DIR','/usr/local/lib/php/Smarty/');
require(SMARTY_DIR.'Smarty.class.php');
$smarty = new Smarty;
+?>
]]>
</programlisting>
</example>
@@ -377,7 +378,7 @@
chown nobody:nobody /web/www.example.com/smarty/guestbook/cache/
chmod 770 /web/www.example.com/smarty/guestbook/cache/</screen>
- ]]>
+]]>
</programlisting>
</example>
@@ -450,7 +451,7 @@
$smarty->assign('name','Ned');
-$smarty->display('index.tpl');</screen>
+$smarty->display('index.tpl');
?>
]]>
</programlisting>
@@ -527,6 +528,8 @@
}
}
+?>
+]]>
</programlisting>
</example>
@@ -556,10 +559,10 @@
require('guestbook/setup.php');
$smarty = new Smarty_GuestBook;
-
$smarty->assign('name','Ned');
-
$smarty->display('index.tpl');
+
+?>
]]>
</programlisting>
</example>
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php