Passed
Push — 2.x ( 4516a4...0d32ef )
by Terry
01:53
created
templates/frontend/captcha.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
                             <p><input type="submit" value="<?php _e('core', 'stop_submit', 'Submit') ?>" /></p>
61 61
                         </form>
62 62
                     </div>
63
-                    <?php if (! empty($dialoguserinfo)) : ?>
63
+                    <?php if (!empty($dialoguserinfo)) : ?>
64 64
                         <div class="status-user-info">
65 65
                             <?php foreach ($dialoguserinfo as $key => $userinfo) : ?>
66 66
                                 <div class="row">
Please login to merge, or discard this patch.