Since the last update, my HTML colors are messed up if I have some php at the top of the page, everything else after that is treated as "embedded source" from the "fonts & color" pref pan.
If I just put: <?php ?> on top, it's fine, but if I put something like:
<?php require_once('_php/some_file.php'); ?>
The everything under is just a big chunk of the same color... Anyone else got that? And found a way to fix it... Any suggestion much appreciated.
Thanks!
- Yann ......................................... Yann Bettremieux
minimal design LLC 244 Fifth Avenue Suite P233 New York, NY 10001-7604 USA
tel / fax: 212.931.8525 email: yann@minimaldesign.net site: http://minimaldesign.net
The information in this email may be confidential and/or legally privileged. This email is intended to be reviewed by only the individual or organization named above. If you are not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any review, dissemination or copying of this email and its attachments, if any, or the information contained herein is prohibited. If you have received this email in error, please immediately notify the sender by return email and delete this email from your system.
On Oct 28, 2007, at 9:39 PM, Yann B wrote:
Since the last update, my HTML colors are messed up if I have some php at the top of the page, everything else after that is treated as "embedded source" from the "fonts & color" pref pan.
If I just put: <?php ?> on top, it's fine, but if I put something like:
<?php require_once('_php/some_file.php'); ?>
The everything under is just a big chunk of the same color... Anyone else got that? And found a way to fix it... Any suggestion much appreciated.
The way php tags are matched was improved recently, likely you have a local change to either your HTML or PHP grammars that is blocking half of the changes breaking it. See the following link on how to revert your bundles. Note however that it can only be the HTML or PHP bundles causing this so you don't need to remove any others.
http://macromates.com/wiki/Troubleshooting/RevertToDefaultBundles