Code base synced
[mailer.git] / inc / classes / exceptions / template / class_ViewHelperNotFoundException.php
index 0af17cd21ac89a1e1cde21f9a6cf0c55000b487f..06dea771306c1e04319db8e4ebfed1424ffc4486 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 <span id=\"exception_reason\">%s</span> ist ung&uuml;ltig.",
+               $message = sprintf("[%s:] View-Helper <span class=\"exception_reason\">%s</span> ist ung&uuml;ltig.",
                        $msgArray[0]->__toString(),
                        $msgArray[1]
                );