Index: branches/RC/core/kernel/utility/debugger.php =================================================================== diff -u -N -r10598 -r10600 --- branches/RC/core/kernel/utility/debugger.php (.../debugger.php) (revision 10598) +++ branches/RC/core/kernel/utility/debugger.php (.../debugger.php) (revision 10600) @@ -620,9 +620,9 @@ } $string = str_replace( Array('\\', '/') , Array('_no_match_string_', '_n_m_s_'), $string); - $string = highlight_string('', true); + $string = highlight_string('', true); $string = str_replace( Array('_no_match_string_', '_n_m_s_'), Array('\\', '/'), $string); - return preg_replace('/<\?(.*)php(.*)\?>/Us', '\\2', $string); + return preg_replace('/<\?(.*)php (.*)\?>/Us', '\\2', $string); } /**