]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-optimize.php
HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / inc / modules / admin / what-optimize.php
index 0bb91c5709d330eb3f971b9cf2721dce1ec6e8b9..062937607b8838638816b0a25f30c933c00f86d6 100644 (file)
@@ -60,7 +60,7 @@ foreach ($DATA['tables'] as $row_array)
 
        if ($row_array[4] > 0) {
                $OPT = OPTIMIZE_STATUS_OPTIMIZED;
-               $B1 = "<STRONG>"; $B2 = "<STRONG>";
+               $B1 = "<strong>"; $B2 = "<strong>";
                $gain_tabs++;
        } elseif (count(explode(" ", $row_array[2])) == 0) {
                $OPT = constant('OPTIMIZE_STATUS_'.strtoupper($row_array[2]).'');