]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/helper/class_HelperNoPreviousOpenedSubGroupException.php
No HTML in exceptions
[core.git] / inc / classes / exceptions / helper / class_HelperNoPreviousOpenedSubGroupException.php
index f63890ff8bbf80c6eedd6cb6cb1179acbe38099d..44c16db565ecdbc042a844e937b3a43cf9b43962 100644 (file)
@@ -31,7 +31,7 @@ class HelperNoPreviousOpenedSubGroupException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Sub group not opened before. Raw text follows: <span class=\"exception_reason\">%s</span>",
+               $message = sprintf("[%s:%d] Sub group not opened before. Raw text follows: %s",
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]