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> </programlisting>
<para>The following seriously NOT recommended as its in the template scope</para> <para>The following seriously NOT recommended as its in the template scope</para>
<programlisting <programlisting>
<![CDATA[ <![CDATA[
{php} {php}
print_r($some_array); print_r($some_array);