No HTML in exceptions
[core.git] / inc / classes / exceptions / helper / class_NoGroupOpenedException.php
index 4c3f98d530facf4f690f38f8f625d38d9729306d..64618f9762d04c5e64f49e3e23770af54c91a38c 100644 (file)
@@ -31,7 +31,7 @@ class NoGroupOpenedException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Group not opened before. Raw text follows: <span class=\"exception_reason\">%s</span>",
+               $message = sprintf("[%s:%d] Group not opened before. Raw text follows: %s",
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]