]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/exceptions/class_UnsupportedLimitationPartException.php
Dummy admin area added, HTML code in PHP scripts rewritten to CSS classes, CSS ids...
[shipsimu.git] / application / ship-simu / exceptions / class_UnsupportedLimitationPartException.php
index 55d29feadd4d96bf76e7c42ed3b3cdd7442b013b..fc0f89ae8501181c1eedc5a543486bcc62fce65b 100644 (file)
@@ -24,7 +24,7 @@
 class UnsupportedLimitationPartException extends FrameworkException {
        public function __construct ($str, $code) {
                // Add a message around the missing class
-               $message = sprintf("Limitierungsinformation <span id=\"exception_reason\">%s</span> wird derzeit nicht unterst&uuml;tzt.", $str);
+               $message = sprintf("Limitierungsinformation <span class=\"exception_reason\">%s</span> wird derzeit nicht unterst&uuml;tzt.", $str);
 
                // Call parent constructor
                parent::__construct($message, $code);