Passed
Push — master ( 31517f...dc3597 )
by Vitalii
01:28 queued 22s
created
html/user/submit.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -451,7 +451,7 @@
 block discarded – undo
451 451
 
452 452
     $web_app = get_web_app($app);
453 453
 
454
-    page_head("Batch $batch_id");
454
+    page_head("batch $batch_id");
455 455
     text_start(800);
456 456
     start_table();
457 457
     row2("name", $batch->name);
Please login to merge, or discard this patch.