From: vivekarora Date: Mon, 16 Sep 2013 10:28:52 +0000 (+0530) Subject: CRM-13365 - Removed the extra closing DIV X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d2d5fe79abdb8d0fb0d1741885e5fcebcb5749b3;p=civicrm-core.git CRM-13365 - Removed the extra closing DIV ---------------------------------------- * CRM-13365: Popups should work in Internet Explorer http://issues.civicrm.org/jira/browse/CRM-13365 --- diff --git a/templates/CRM/Profile/Form/Dynamic.tpl b/templates/CRM/Profile/Form/Dynamic.tpl index c3b46498a3..8ed3c3b7b7 100644 --- a/templates/CRM/Profile/Form/Dynamic.tpl +++ b/templates/CRM/Profile/Form/Dynamic.tpl @@ -234,9 +234,7 @@ function checkResponse(responseText, statusText, xhr, $form) { {/if} {/if}{* end of main if field name if *} {/foreach} - {* closing main form layout div when all the fields are built*} - - + {if $isCaptcha && ( $mode eq 8 || $mode eq 4 || $mode eq 1 ) } {include file='CRM/common/ReCAPTCHA.tpl'}