Continued:
[core.git] / inc / main / classes / output / debug / console / class_DebugConsoleOutput.php
index 8c0a749ae3839c723f818a7311b419f6aa5781a3..3b6dff705046d6c41bc8a2c2a63ec418f9f9b6a8 100644 (file)
@@ -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') {