Closed (won't fix)
Project:
Code Filter
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2005 at 21:14 UTC
Updated:
4 Mar 2005 at 18:44 UTC
I often post PHP code with php tags inside <code> tags thinking it is necessary. This case is not handled though so the PHP is not color coded.
<code>
<?php
// php block
?>
</code>
The text above should, ideally, be treated as PHP even though it inside the code tags.
Comments
Comment #1
Steven commentedThis is very hard to fix as it requires advanced parsing. Won't fix.