Completed
Push — master ( 9e89e4...0d5964 )
by Kevin
14:20
created
html/user/host_stats.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@
 block discarded – undo
155 155
         show_type($vers, $stats);
156 156
     }
157 157
     foreach ($data->darwin as $vers=>$state) {
158
-        show_type("Darwin $vers", $state);
158
+        show_type("darwin $vers", $state);
159 159
     }
160 160
     show_type("Linux total", $data->linux);
161 161
     foreach ($data->other as $vers=>$stats) {
Please login to merge, or discard this patch.