Till Brehm
2014-02-21 fddd90d38054b7a1d3e0be851b24b4d90f30b4ad
interface/lib/classes/tools_monitor.inc.php
@@ -377,7 +377,9 @@
         }
         else {
            $data = unserialize($record['data']);
            $html .= nl2br($data['output']);
            // improve view @Author <info@typoworx.de>
            //-- $html .= nl2br($data['output']);
            $html .= '<xmp>' . $data['output'] . '</xmp>';
         }
         $html .= '</div></div>';