]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_cats.php
HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / inc / modules / admin / what-config_cats.php
index 76ae8db5ac2732403db14f4f814168b5f7f113da..d4677e86d6e5c73ba904d804fc8e8af630fab58f 100644 (file)
@@ -55,7 +55,7 @@ if (isset($_POST['add'])) {
                $content = CATEGORY_ADDED;
        } else {
                // Category does already exists
-               $content = "<SPAN class=\"admin_failed\">".CATEGORY_ALREADY_EXISTS."</SPAN>";
+               $content = "<span class=\"admin_failed\">".CATEGORY_ALREADY_EXISTS."</span>";
        }
 
        // Free memory
@@ -173,7 +173,7 @@ if (isset($_POST['add'])) {
 
                        // Put cat descriptions into variable for the selection box
                        if (strlen($cat) > 20) $cat = substr($cat, 0, 17)."...";
-                       $CATS .= "      <OPTION value=\"".$sort."\">".$cat."</OPTION>\n";
+                       $CATS .= "      <option value=\"".$sort."\">".$cat."</option>\n";
 
                        // Load row template and switch color
                        $OUT .= LOAD_TEMPLATE("admin_config_cats_row", true, $content);