HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / inc / modules / member / action-themes.php
index 9e39e3e1f8b44a4c91adb7d167d6494df2856a7b..1135235c6a129e277881adb2fe76e3beea7fc515 100644 (file)
@@ -63,7 +63,7 @@ if ($num_themes > 1) {
        $OUT = LOAD_TEMPLATE("theme_one", true);
 } elseif (IS_ADMIN()) {
        // If there is no theme installed and there's an admin notify him!
-       $OUT = LOAD_TEMPLATE("admin_settings_saved", true, "<FONT class=\"admin_note\">".ADMIN_NO_THEME_INSTALLED_WARNING."</FONT>");
+       $OUT = LOAD_TEMPLATE("admin_settings_saved", true, "<div class=\"admin_note\">".ADMIN_NO_THEME_INSTALLED_WARNING."</div>");
 }
 
 // Remember