Skip to content

Commit a199fbc

Browse files
authored
fix div
fix div
1 parent 0d8483d commit a199fbc

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

mod_simplecallback/tmpl/defaultinline-nomodal.php

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -311,12 +311,9 @@
311311
</div>
312312
<?php endif; ?>
313313

314-
315-
</div>
316314
<div class="col"></div>
317-
</div>
318-
</div>
319-
<?php endif; ?>
315+
316+
320317

321318
<?php if ($recaptcha_enabled == 1) : ?>
322319
<div class="d-flex justify-content-center"> <div class="container"> <div class="row"> <div class="col-sm"> <?php echo JCaptcha::getInstance( 'recaptcha' )->display( 'captcha', 'captcha', 'captcha' ); ?> </div> </div> </div> </div>
@@ -333,7 +330,7 @@
333330
<?php echo $params->get('simplecallback_submit_field_label'); ?>
334331
</button>
335332
</div>
336-
333+
</div>
337334
</form>
338335

339336
<?php
@@ -342,4 +339,4 @@
342339
echo "<div class='afterformtext'>".$my_text_after."</div>";
343340
}
344341

345-
?>
342+
?>

0 commit comments

Comments
 (0)