Code base synced
[mailer.git] / inc / classes / exceptions / main / class_ClassMismatchException.php
index 32499e3e088b8f83f6593ed69d9922164432300c..51497b46a69b04773aeef7d7c44872f5797ca39c 100644 (file)
@@ -31,7 +31,7 @@ class ClassMismatchException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("The class <span id=\"exception_reason\">%s</span> does not match class <span id=\"exception_reason\">%s</span>.",
+               $message = sprintf("The class <span class=\"exception_reason\">%s</span> does not match class <span class=\"exception_reason\">%s</span>.",
                        $classArray[0],
                        $classArray[1]
                );