]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/helper/class_FormGroupClosedException.php
Exceptions now with not so much underlines
[shipsimu.git] / inc / classes / exceptions / helper / class_FormGroupClosedException.php
index 8c56a5d2ecb457d5cedc43d61dccfd2ddfeb2e31..d4c88aac68245dd3fb24ebb9d8a88cf2135c326e 100644 (file)
@@ -31,7 +31,7 @@ class FormGroupClosedException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Could not add sub group <u>%s</u> because no form group has been opened before.",
+               $message = sprintf("[%s:%d] Could not add sub group <span id=\"exception_reason\">%s</span> because no form group has been opened before.",
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]