No HTML in exceptions
[core.git] / inc / classes / exceptions / template / class_InvalidBasePathStringException.php
index a505d57caff5d17eb97d39a17f8669b047a7eac9..383e67a586c819641b8b3d196921748c3ed73530 100644 (file)
@@ -31,7 +31,7 @@ class InvalidBasePathStringException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] <span class=\"exception_reason\">%s</span> is not a string with a base path!",
+               $message = sprintf("[%s:%d] %s is not a string with a base path!",
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]