X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmain%2Fclasses%2Foutput%2Fdebug%2Fconsole%2Fclass_DebugConsoleOutput.php;fp=inc%2Fmain%2Fclasses%2Foutput%2Fdebug%2Fconsole%2Fclass_DebugConsoleOutput.php;h=3b6dff705046d6c41bc8a2c2a63ec418f9f9b6a8;hb=015c9d406c90225160488fcaaebe4575ce5cf61a;hp=8c0a749ae3839c723f818a7311b419f6aa5781a3;hpb=021618e8e583e2101b2393c21e7d74f509479ddc;p=core.git diff --git a/inc/main/classes/output/debug/console/class_DebugConsoleOutput.php b/inc/main/classes/output/debug/console/class_DebugConsoleOutput.php index 8c0a749a..3b6dff70 100644 --- a/inc/main/classes/output/debug/console/class_DebugConsoleOutput.php +++ b/inc/main/classes/output/debug/console/class_DebugConsoleOutput.php @@ -66,10 +66,7 @@ class DebugConsoleOutput extends BaseDebugOutput implements Debugger, OutputStre if ($stripTags === TRUE) { // Prepare the output without HTML tags $output = trim(html_entity_decode(strip_tags(stripslashes($output)))); - } else { - // Prepare the output with HTML tags - $output = trim(stripslashes($output)); - } + } // END - if // Are debug times enabled? if ($this->getConfigInstance()->getConfigEntry('debug_' . self::getResponseTypeFromSystem() . '_output_timings') == 'Y') {