mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 03:14:27 +02:00
made php syntax highlight work
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<example>
|
||||
<title>assigned variables</title>
|
||||
<para> php script</para>
|
||||
<programlisting role="php">
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
||||
@@ -26,7 +26,7 @@ $smarty->display('index.tpl');
|
||||
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</programlisting>
|
||||
<para>
|
||||
where the content of index.tpl is:
|
||||
</para>
|
||||
|
Reference in New Issue
Block a user