Exceptions now with not so much underlines
[shipsimu.git] / inc / classes / exceptions / main / class_NoArrayException.php
index 00f240ea7ba15bc623f28907f4e34abd92aa956a..e1bbf098278f110a05b7e22cb1d0f2ef84bc1a58 100644 (file)
@@ -29,7 +29,7 @@ class NoArrayException extends FrameworkException {
         */
        public function __construct ($string, $code) {
                // Add a message around the missing class
-               $message = sprintf("<u>%s</u> ist kein Array!",
+               $message = sprintf("<span id=\"exception_reason\">%s</span> ist kein Array!",
                        $string
                );