Completed
Push — feature/6.x ( 5f23eb...e064bf )
by Schlaefer
03:44
created
templates/Users/rs.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,7 +33,8 @@  discard block
 block discarded – undo
33 33
                 The registration was already finished in the past.
34 34
             </p>
35 35
             <?php
36
-        else : ?>
36
+        else {
37
+            : ?>
37 38
             <h2>Registration Failed</h2>
38 39
             <p>
39 40
                 The registration wasn't confirmed. Please check that:
@@ -46,6 +47,8 @@  discard block
 block discarded – undo
46 47
                     the registration was made within the last 24 hours
47 48
                 </li>
48 49
             </ul>
49
-        <?php endif; ?>
50
+        <?php endif;
51
+        }
52
+        ?>
50 53
     </div>
51 54
 </div>
Please login to merge, or discard this patch.