Index: t3lib/error/class.t3lib_error_debugexceptionhandler.php =================================================================== --- t3lib/error/class.t3lib_error_debugexceptionhandler.php (revision 7361) +++ t3lib/error/class.t3lib_error_debugexceptionhandler.php (working copy) @@ -72,50 +72,53 @@ $this->writeLogEntries($exception, self::CONTEXT_WEB); - echo ' - - - TYPO3 Exception - - - -
-
Uncaught TYPO3 Exception
-
- ' . $exceptionCodeNumber . $exception->getMessage() . ' ' ./* $moreInformationLink .*/ '
-
- ' . get_class($exception) . ' thrown in file
- ' . $filePathAndName . ' in line - ' . $exception->getLine() . '.
-
- ' . $backtraceCode . ' -
+ echo ' + + + + TYPO3 Exception + + + + +
+
Uncaught TYPO3 Exception
+
+ ' . $exceptionCodeNumber . $exception->getMessage() . ' ' ./* $moreInformationLink .*/ '
+
+ ' . get_class($exception) . ' thrown in file
+ ' . $filePathAndName . ' in line + ' . $exception->getLine() . '.
+
+ ' . $backtraceCode . ' +
+
+ + '; - echo ' -
- '; } /**