Dummy admin area added, HTML code in PHP scripts rewritten to CSS classes, CSS ids...
[shipsimu.git] / inc / classes / exceptions / main / class_ExceptionNotFoundException.php
index d3b37c8a4f181858bd6f3d9e3c70f2ece2d21c5a..81ff4f14a3e0036fe31b85fbee1dc2fd1ca9c79a 100644 (file)
@@ -31,7 +31,7 @@ class ExceptionNotFoundException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Exception <span id=\"exception_reason\">%s</span> not found.",
+               $message = sprintf("[%s:%d] Exception <span class=\"exception_reason\">%s</span> not found.",
                        $classArray[0],
                        $this->getLine(),
                        $classArray[1]