No HTML in exceptions
[core.git] / inc / classes / exceptions / io / class_DirPointerNotOpenedException.php
index 53d93db8c39ab3f4aa35fdcbe3662f00500fc749..adebc60760caf5ec878fe2a10678db729751f567 100644 (file)
@@ -31,7 +31,7 @@ class DirPointerNotOpenedException extends FrameworkException {
         */
        public function __construct ($path, $code) {
                // Add a message around the missing class
-               $message = sprintf("F&uuml;r den Pfad <span class=\"exception_reason\">%s</span> konnte kein Pointer initialisiert werden.", $path);
+               $message = sprintf("F&uuml;r den Pfad %s konnte kein Pointer initialisiert werden.", $path);
 
                // Call parent constructor
                parent::__construct($message, $code);