Marius Cramer
2014-02-17 ebbe6374fc9c308daf729d2ad1b2f8007ed771ce
interface/lib/classes/tools_monitor.inc.php
@@ -415,7 +415,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>';