Payment introduced, minor rewrites
[shipsimu.git] / inc / classes / main / output / class_ConsoleOutput.php
index bcc1fc5eb8d91bc0674fcb25c0b58a2c1c73e3a0..51f5dcaf18abf6b15e64bec13b2954b6e4a0ad43 100644 (file)
@@ -95,7 +95,7 @@ class ConsoleOutput extends BaseFrameworkSystem implements OutputStreamer {
                        }
                } else {
                        // Output it to the console
-                       printf("%s\n", trim(html_entity_decode(strip_tags($outStream))));
+                       printf("%s\n", trim(html_entity_decode(strip_tags(stripslashes($outStream)))));
                }
        }