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>
<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>