Passed
Push — master ( 11e3e3...65e7a4 )
by Maxwell
46s queued 10s
created
register.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     <body> 
15 15
         <?php 
16 16
             require(__DIR__ . "/important/header.php"); 
17
-         ?>
17
+            ?>
18 18
         <center><h1 style="display: inline-block;">4Grounds - Register</h1><br>
19 19
             <?php
20 20
                 if($_SERVER['REQUEST_METHOD'] == 'POST' && $_POST['password'] && $_POST['username']) 
Please login to merge, or discard this patch.
view/index.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
             <form method="post" enctype="multipart/form-data" id="submitform">
96 96
                 <textarea required cols="77" placeholder="Comment" name="comment"></textarea><br>
97 97
                 <input type="submit" value="Post" <?php 
98
-                  if ($config['use_recaptcha']) 
98
+                    if ($config['use_recaptcha']) 
99 99
                     echo 'class="g-recaptcha" data-sitekey="' . $config['recaptcha_sitekey'] . '" data-callback="onSubmit"'
100 100
                 ?>> <small>max limit: 500 characters | supports <a href="https://www.markdownguide.org/basic-syntax">Markdown</a></small>
101 101
             </form>
Please login to merge, or discard this patch.