Completed
Push — master ( 713211...3caa84 )
by Vitalii
53s queued 21s
created
html/user/submit_stats.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -183,7 +183,7 @@
 block discarded – undo
183 183
 }
184 184
 
185 185
 function flops_graph($batch) {
186
-    page_head("Batch $batch->id job runtimes");
186
+    page_head("batch $batch->id job runtimes");
187 187
     echo "
188 188
     <p>
189 189
     Runtimes of completed jobs, normalized to an average (4.3 GFLOPS) computer.
Please login to merge, or discard this patch.