Passed
Pull Request — master (#6643)
by David
15:30 queued 06:17
created
html/user/submit_stats.php 1 patch
Upper-Lower-Casing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -217,7 +217,7 @@  discard block
 block discarded – undo
217 217
             )
218 218
         );
219 219
     } else {
220
-        page_head("Batch $batch->id turnaround times");
220
+        page_head("batch $batch->id turnaround times");
221 221
         echo "<p>Turnaround times of completed jobs.<p>";
222 222
         $results = BoincResult::enum_fields(
223 223
             '(received_time-sent_time)/3600 as val',
@@ -265,7 +265,7 @@  discard block
 block discarded – undo
265 265
 }
266 266
 
267 267
 function batch_graphs($batch) {
268
-    page_head("Batch $batch->id job times");
268
+    page_head("batch $batch->id job times");
269 269
     echo "
270 270
         <script type=\"text/javascript\" src=\"https://www.gstatic.com/charts/loader.js\"></script>
271 271
     ";
@@ -295,7 +295,7 @@  discard block
 block discarded – undo
295 295
         }
296 296
     }
297 297
     arsort($x);
298
-    page_head("Batch $batch->id: completed jobs grouped by host");
298
+    page_head("batch $batch->id: completed jobs grouped by host");
299 299
     text_start();
300 300
     start_table();
301 301
     table_header('Host', 'OS', '# jobs');
Please login to merge, or discard this patch.