mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-07 03:44:26 +02:00
Fixed broken programlisting tag
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user