I never noticed this issue before, but if I have a php file with html in it like so:
<html> <head></head> <body> <div> <? echo "hello world"; ?> </div> <body> </html>
I get code colorization to the first div tag the closing div, body and html tags go uncolorized - is this just me? I'm thinking this is a new issue, because I've never noticed it before?
-saul