From f8f40c46af63117d4de8afc324f1b0ba6842ac2b Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sun, 4 Jan 2015 22:00:17 -0500 Subject: [PATCH] Fix button markup --- templates/CRM/Contact/Form/CustomData.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Contact/Form/CustomData.tpl b/templates/CRM/Contact/Form/CustomData.tpl index eef51d6767..e0d4852b53 100644 --- a/templates/CRM/Contact/Form/CustomData.tpl +++ b/templates/CRM/Contact/Form/CustomData.tpl @@ -27,11 +27,11 @@ {if $cdType || $postedInfo} {include file="CRM/Custom/Form/CustomData.tpl"} {if $multiRecordDisplay eq 'single'} -
{$form.buttons.html}
+
{$form.buttons.html}
{/if} {else}
-
{$form.buttons.html}
+
{$form.buttons.html}
{*include custom data js file*} {include file="CRM/common/customData.tpl"} -- 2.25.1