Merged changes from main trunk up to 2.2.7
[fa-stable.git] / admin / backups.php
index 4bf99a4207a82c558ee02fb332ece51e98b67b00..9f6efa55a9a41c7f51ec9d96e8743b0973184de7 100644 (file)
@@ -99,7 +99,7 @@ function compress_list_row($label, $name, $value=null)
     if (function_exists("gzopen"))
        $ar_comps['gzip'] = "gzip";
 
-       echo "<tr><td>$label</td><td>";
+       echo "<tr><td class='label'>$label</td><td>";
        echo array_selector('comp', $value, $ar_comps);
        echo "</td></tr>";
 }