]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-optimize.php
More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / inc / modules / admin / what-optimize.php
index 0bb91c5709d330eb3f971b9cf2721dce1ec6e8b9..9d0aa3818505cd1d140c39575c9673fa6f4cdb75 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]).'');
@@ -82,7 +82,7 @@ foreach ($DATA['tables'] as $row_array)
        $OUT .= LOAD_TEMPLATE("admin_optimize_row", true, $content);
        $SW = 3 - $SW;
 }
-define('__TABLE_ROWS', $OUT);
+define('__ROWS', $OUT);
 
 // Prepare data for the template
 define('__TOTAL_TABS'     , $DATA['total_tabs']);