From d2d5fe79abdb8d0fb0d1741885e5fcebcb5749b3 Mon Sep 17 00:00:00 2001 From: vivekarora Date: Mon, 16 Sep 2013 15:58:52 +0530 Subject: [PATCH] CRM-13365 - Removed the extra closing DIV ---------------------------------------- * CRM-13365: Popups should work in Internet Explorer http://issues.civicrm.org/jira/browse/CRM-13365 --- templates/CRM/Profile/Form/Dynamic.tpl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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'} -- 2.25.1