]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/exceptions/class_WrongGenderSpecifiedException.php
Exceptions now with not so much underlines
[shipsimu.git] / application / ship-simu / exceptions / class_WrongGenderSpecifiedException.php
index d6d0def604538a63810994be08efab481efb5e18..ab546163fd0bdcfc5ea6283b2162950e33a014fd 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 WrongGenderSpecifiedException extends FrameworkException {
        public function __construct ($gender, $code) {
                // Add a message around the missing class
-               $message = sprintf("Das Geschlecht <u>%s</u> Ist nicht <em>M</em> (M&auml;nnlich) oder <em>F</em> (Weiblich).", $gender);
+               $message = sprintf("Das Geschlecht <span id=\"exception_reason\">%s</span> Ist nicht <em>M</em> (M&auml;nnlich) oder <em>F</em> (Weiblich).", $gender);
 
                // Call parent constructor
                parent::__construct($message, $code);