Exceptions now with not so much underlines
[shipsimu.git] / inc / classes / exceptions / user / class_UsernameMissingException.php
index 42160ede8200b25384131a7e772969319a79ffd9..59ef9c885aed5e0ace4ca25bbb2ea42edaea02c4 100644 (file)
@@ -31,7 +31,7 @@ class UsernameMissingException extends FrameworkException {
         */
        public function __construct(array $msgArray, $code = 0) {
                // Create the message
-               $message = sprintf("[%s:%d] Username <u>%s</u> was not found.",
+               $message = sprintf("[%s:%d] Username <span id=\"exception_reason\">%s</span> was not found.",
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]