More fixes from bugtracker issues, thanks to profi-concept
[mailer.git] / inc / libs / admins_functions.php
index 251e2a4e072ba86d7a30936c55a6f0f590f6177c..dd8d3273f178e46d67f4f35b50ddecc52a6f0408 100644 (file)
@@ -248,7 +248,7 @@ WHERE id=%s LIMIT 1",
 
                // Display message
                if (!empty($MSG)) {
-                       LOAD_TEMPLATE("admin_settings_saved", false, "<SPAN class=\"admin_done\">".$MSG."</SPAN>");
+                       LOAD_TEMPLATE("admin_settings_saved", false, $MSG);
                }
        }