]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/template/class_BasePathIsNoDirectoryException.php
No HTML in exceptions
[core.git] / inc / classes / exceptions / template / class_BasePathIsNoDirectoryException.php
index afa32018ea70d6dc6bd54776eeedff58dc9acc8d..3664cf4aee977b5e4937cd3ddf33c08cb477aa5a 100644 (file)
@@ -31,7 +31,7 @@ class BasePathIsNoDirectoryException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Der Template-Basispfad <span class=\"exception_reason\">%s</span> existiert nicht oder ist eine Datei!",
+               $message = sprintf("[%s:%d] Der Template-Basispfad %s existiert nicht oder ist eine Datei!",
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]