cvs: smarty /docs/en/designers/language-builtin-functions language-function-php.xml
[email protected] ("boots") Sat, 01 Apr 2006 22:17:50 -0000
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvsboots1143929870@cvsserver> |
boots Sat Apr 1 22:17:50 2006 UTC
Modified files:
/smarty/docs/en/designers/language-builtin-functions
language-function-php.xml
Log:
Fixed broken programlisting tag
http://cvs.php.net/viewcvs.cgi/smarty/docs/en/designers/language-builtin-functions/language-function-php.xml?r1=1.10&r2=1.11&diff_format=u
Index: smarty/docs/en/designers/language-builtin-functions/language-function-php.xml
diff -u smarty/docs/en/designers/language-builtin-functions/language-function-php.xml:1.10 smarty/docs/en/designers/language-builtin-functions/language-function-php.xml:1.11
--- smarty/docs/en/designers/language-builtin-functions/language-function-php.xml:1.10 Tue Mar 28 01:23:16 2006
+++ smarty/docs/en/designers/language-builtin-functions/language-function-php.xml Sat Apr 1 22:17:50 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<sect1 id="language.function.php">
<title>{php}</title>
<para>
@@ -44,7 +44,7 @@
]]>
</programlisting>
<para>The following seriously NOT recommended as its in the template scope</para>
-<programlisting
+<programlisting>
<![CDATA[
{php}
print_r($some_array);