Underline replaced with span tag
authorRoland Häder <roland@mxchange.org>
Mon, 30 Jun 2008 00:04:57 +0000 (00:04 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 30 Jun 2008 00:04:57 +0000 (00:04 +0000)
application/ship-simu/exceptions/class_NoShippingCompanyOwnedException.php

index 8611b6e86d30692cc3ecf73605aba8e638638023..b1428c82ed5cb392d9c2f1931cb91ffc04ec144e 100644 (file)
@@ -31,7 +31,7 @@ class NoShippingCompanyOwnedException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Current user (class <u>%s</u>) does not own any shipping companies.",
+               $message = sprintf("[%s:%d] Current user (class <span id=\"exception_reason\">%s</span>) does not own any shipping companies.",
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]->__toString()