Exceptions now with not so much underlines
[shipsimu.git] / application / ship-simu / exceptions / class_ItemNotInPriceListException.php
index dcd2590b23b1d6fa99bc3befad0c99ae672e3940..ecadfa7f81b0ec91eec1484198e2fd7e66f652a0 100644 (file)
@@ -24,7 +24,7 @@
 class ItemNotInPriceListException extends FrameworkException {
        public function __construct (BaseFrameworkSystem $class, $code) {
                // Add a message around the missing class
-               $message = sprintf("[Merchant:] Preis f&uuml;r den Artikel <u>%s</u> <em><u>%s</u></em> nicht gefunden.",
+               $message = sprintf("[Merchant:] Preis f&uuml;r den Artikel <span id=\"exception_reason\">%s</span> <em><span id=\"exception_reason\">%s</span></em> nicht gefunden.",
                        $class->__toString(),
                        $class->getObjectDescription()
                );