Code base synced
[mailer.git] / inc / classes / exceptions / io / class_FileNotFoundException.php
index a0719448b891ce45656b8d34e1d955e7f2911eca..e2e7dbce13117032bd9bc9b5cb2b422f242dd03f 100644 (file)
@@ -31,7 +31,7 @@ class FileNotFoundException extends FrameworkException {
         */
        public function __construct ($fqfn, $code) {
                // Add a message around the missing class
-               $message = sprintf("The requested file <span id=\"exception_reason\">%s</span> was not found.",
+               $message = sprintf("The requested file <span class=\"exception_reason\">%s</span> was not found.",
                        $fqfn
                );