]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/exceptions/class_UnsupportedLimitationPartException.php
Class/method doc-tags fixed
[shipsimu.git] / application / ship-simu / exceptions / class_UnsupportedLimitationPartException.php
index b46b92cc3298cb2134852ab5cb087375a2a171ed..6d850dd82c38de9019b692d977ce2506e44f757f 100644 (file)
@@ -6,7 +6,7 @@
  * @version            0.0.0
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.ship-simu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -24,7 +24,7 @@
 class UnsupportedLimitationPartException extends FrameworkException {
        public function __construct ($str, $code) {
                // Add a message around the missing class
-               $message = sprintf("Limitierungsinformation <u>%s</u> wird derzeit nicht unterst&uuml;tzt.", $str);
+               $message = sprintf("Limitierungsinformation <span id=\"exception_reason\">%s</span> wird derzeit nicht unterst&uuml;tzt.", $str);
 
                // Call parent constructor
                parent::__construct($message, $code);