Exceptions now with not so much underlines
[shipsimu.git] / application / ship-simu / exceptions / class_InvalidContractPartnerException.php
index 6f9c6b52a08431de017ed15000af050c335a035f..af8f472cce7afe0e694692b8ebb5864dfc91fbd9 100644 (file)
@@ -24,7 +24,7 @@
 class InvalidContractPartnerException extends FrameworkException {
        public function __construct (BaseFrameworkSystem $class, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:] <u>%s</u> ist kein g&uuml;tiger Vertragspartner.",
+               $message = sprintf("[%s:] <span id=\"exception_reason\">%s</span> ist kein g&uuml;tiger Vertragspartner.",
                        $class->__toString(),
                        $class->getObjectDescription()
                );