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