]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/helper/class_FormClosedException.php
Exceptions now with not so much underlines
[shipsimu.git] / inc / classes / exceptions / helper / class_FormClosedException.php
index dd012eb045c7afa92af642c9cafbb5d80540409c..45c89d4b8be262eceb5127be53374577e7e72ba0 100644 (file)
@@ -32,7 +32,7 @@ class FormClosedException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Could not add form element <u>%s</u> because form is closed.",
+               $message = sprintf("[%s:%d] Could not add form element <span id=\"exception_reason\">%s</span> because form is closed.",
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]