made php syntax highlight work

This commit is contained in:
pete_morgan
2005-10-24 18:44:23 +00:00
parent e980e4f117
commit d5924e7b6c

View File

@@ -12,7 +12,7 @@
<example> <example>
<title>assigned variables</title> <title>assigned variables</title>
<para> php script</para> <para> php script</para>
<programlisting role="php"> <programlisting role="php">
<![CDATA[ <![CDATA[
<?php <?php
@@ -26,7 +26,7 @@ $smarty->display('index.tpl');
?> ?>
]]> ]]>
</programlisting> </programlisting>
<para> <para>
where the content of index.tpl is: where the content of index.tpl is:
</para> </para>