]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/template/class_ViewHelperNotFoundException.php
Closing bracket fixed
[shipsimu.git] / inc / classes / exceptions / template / class_ViewHelperNotFoundException.php
index b649aa1bb3b614ab0a9f124e1673a1bd9256864c..422f984b5f43e28a3f4b94f9cfd38c5d3205c6a5 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
@@ -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]
                );