Exceptions now with not so much underlines
[shipsimu.git] / application / ship-simu / exceptions / class_ShipPartNotConstructableException.php
index e7032a2bab2dcb2694bf2575163cc300561a5a23..8ab399361d030821b2f09d8fcb695cd83b93d97c 100644 (file)
@@ -24,7 +24,7 @@
 class ShipPartNotConstructableException extends FrameworkException {
        public function __construct (array $partArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("Schiffteil <u>%s</u> ist nicht constrierbar!",
+               $message = sprintf("Schiffteil <span id=\"exception_reason\">%s</span> ist nicht constrierbar!",
                        $partArray[0]
                );