Dummy admin area added, HTML code in PHP scripts rewritten to CSS classes, CSS ids...
[shipsimu.git] / application / ship-simu / exceptions / class_ItemNotInPriceListException.php
index 798e18c3eb8abde625a42ec5bbea668f3e4b6a91..03268ee9dc86e1efb47c931c2cc38a8584d95042 100644 (file)
@@ -24,7 +24,7 @@
 class ItemNotInPriceListException extends FrameworkException {
        public function __construct (FrameworkInterface $class, $code) {
                // Add a message around the missing class
-               $message = sprintf("[Merchant:] Preis f&uuml;r den Artikel <span id=\"exception_reason\">%s</span> nicht gefunden.",
+               $message = sprintf("[Merchant:] Preis f&uuml;r den Artikel <span class=\"exception_reason\">%s</span> nicht gefunden.",
                        $class->__toString()
                );