Till Brehm
2014-07-27 ea39b94c5f11f4e2255bce5bde5e6c8d2f1f0a59
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>';