Fixed many issues in output HTML code according to HTML 4.01 Transitional format.
[fa-stable.git] / includes / system_tests.inc
index 0729ec432c7de90b2a144e08423f73746690573c..9ea89d01026e7ef10524f21fcbd7291f1aeeec0f 100644 (file)
@@ -416,7 +416,7 @@ function display_system_tests($install = false)
                );
 
 
-       start_table(TABLESTYLE, "width=80%");
+       start_table(TABLESTYLE, "width='80%'");
        $th = array(_("Test"), _('Test type'), _("Value"), _("Comments"));
        table_header($th);