Index: branches/RC/core/kernel/utility/debugger.php =================================================================== diff -u -r10771 -r11095 --- branches/RC/core/kernel/utility/debugger.php (.../debugger.php) (revision 10771) +++ branches/RC/core/kernel/utility/debugger.php (.../debugger.php) (revision 11095) @@ -624,7 +624,7 @@ function highlightString($string) { if (!(defined('DBG_USE_HIGHLIGHT') && DBG_USE_HIGHLIGHT) || $this->_compileError) { - return $string; + return nl2br($string); } $string = str_replace( Array('\\', '/') , Array('_no_match_string_', '_n_m_s_'), $string);