Test Failed
Push — main ( ff822a...bbcb55 )
by chief
03:09 queued 12s
created
web/public/das_captcha.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
         <div id="page" class="">
50 50
         <!-- begin pagetop -->
51 51
   
52
-        <div id="masthead-container"><?php require($_SERVER['DOCUMENT_ROOT'] . "/s/mod/header.php");?> </div>
52
+        <div id="masthead-container"><?php require($_SERVER['DOCUMENT_ROOT'] . "/s/mod/header.php"); ?> </div>
53 53
   <!-- end pagetop -->
54 54
   <!-- begin pagemiddle -->
55 55
   <div id="content-container">
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
       
59 59
   <p class="largeText">Sorry for the interruption. We have been receiving a large volume of requests from your network. To continue with your SubRocks experience, please enter the verification code below.</p>
60 60
 
61
-<form method="post" action="/das_captcha?next=<?php echo $next;?>">
61
+<form method="post" action="/das_captcha?next=<?php echo $next; ?>">
62 62
 <script type="text/javascript" src="/s/js/captcha.js"></script>
63 63
 <noscript>
64 64
 You need JavaScript to pass the captcha!
Please login to merge, or discard this patch.