messju Fri Nov 10 15:26:43 2006 UTC
Modified files:
/smarty/docs/en/designers/language-variables
language-variables-smarty.xml
Log:
fixed typo. thanks jonez.
http://cvs.php.net/viewvc.cgi/smarty/docs/en/designers/language-variables/language-variables-smarty.xml?r1=1.17&r2=1.18&diff_format=u
Index: smarty/docs/en/designers/language-variables/language-variables-smarty.xml
diff -u
smarty/docs/en/designers/language-variables/language-variables-smarty.xml:1.17
smarty/docs/en/designers/language-variables/language-variables-smarty.xml:1.18
---
smarty/docs/en/designers/language-variables/language-variables-smarty.xml:1.17
Wed Sep 27 08:47:37 2006
+++ smarty/docs/en/designers/language-variables/language-variables-smarty.xml
Fri Nov 10 15:26:43 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.17 $ -->
+<!-- $Revision: 1.18 $ -->
<sect1 id="language.variables.smarty">
<title>{$smarty} reserved variable</title>
<para>
@@ -162,7 +162,7 @@
<programlisting>
<![CDATA[
<b>Main container is {$smarty.template}</b>
-{include file='banner.tpl}
+{include file='banner.tpl'}
]]>
</programlisting>
<para>
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|