Fixed broken programlisting tag

This commit is contained in:
boots
2006-04-01 22:17:50 +00:00
parent b7551b1142
commit 7f0ed3cd80

View File

@@ -44,7 +44,7 @@ $this->assign('varX','Strawberry');
]]>
</programlisting>
<para>The following seriously NOT recommended as its in the template scope</para>
<programlisting
<programlisting>
<![CDATA[
{php}
print_r($some_array);