]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/compressor/class_MismatchingCompressorsException.php
No HTML in exceptions
[core.git] / inc / classes / exceptions / compressor / class_MismatchingCompressorsException.php
index f400592115acaa07dfdc9105f9aae333b9f5e1fc..65a8f35a910051a135ad9c2ccc3a4a08806f66d7 100644 (file)
@@ -31,7 +31,7 @@ class MismatchingCompressorsException extends FrameworkException {
         */
        public function __construct (array $array, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Der Kompressor <span class=\"exception_reason\">%s</span> zu den geladenen Daten aus <span class=\"exception_reason\">%s</span> und der aktuell verwendete Kompressor <span class=\"exception_reason\">%s</span> stimmen nicht &uuml;berein!",
+               $message = sprintf("[%s:%d] Der Kompressor %s zu den geladenen Daten aus %s und der aktuell verwendete Kompressor %s stimmen nicht &uuml;berein!",
                        $array[0]->__toString(),
                        $this->getLine(),
                        strtoupper($array[1]),