No HTML in exceptions
[core.git] / inc / classes / exceptions / language / class_InvalidLanguagePathStringException.php
index 6b70a18583ba569842ac166a52bf51e8dc2ee620..988d20c8ac4097e6b051492c526eb55308750c5d 100644 (file)
@@ -31,7 +31,7 @@ class InvalidLanguagePathStringException 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 path!",
+               $message = sprintf("[%s:%d] %s is not a string with path!",
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]