Passed
Pull Request — master (#5923)
by David
10:04
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.