]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/exceptions/class_ItemNotTradeableException.php
Block helper added, login area with stubs
[shipsimu.git] / application / ship-simu / exceptions / class_ItemNotTradeableException.php
index b4ea989f038c06f25f217b93e3d05697e62ad8e4..ea6a2dc9cacdf7a2cdbb12f2253f4ba5b44f5a14 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 ItemNotTradeableException extends FrameworkException {
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:] <u>%s</u> ist nicht handelbar!",
+               $message = sprintf("[%s:] <span id=\"exception_reason\">%s</span> ist nicht handelbar!",
                        $classArray[0]->__toString(),
                        $classArray[1]->getObjectDescription()
                );