Exceptions now with not so much underlines
[shipsimu.git] / inc / classes / exceptions / template / class_ViewHelperNotFoundException.php
index 0fe1d02965602c1cf49c85f3560f6343b281eff1..422f984b5f43e28a3f4b94f9cfd38c5d3205c6a5 100644 (file)
@@ -31,7 +31,7 @@ class ViewHelperNotFoundException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:] View-Helper <u>%s</u> ist ung&uuml;ltig.",
+               $message = sprintf("[%s:] View-Helper <span id=\"exception_reason\">%s</span> ist ung&uuml;ltig.",
                        $msgArray[0]->__toString(),
                        $msgArray[1]
                );