From f336ee25f01356b8d2b5acf6c9ef461e5e38e6da Mon Sep 17 00:00:00 2001 From: Eli Lisseck Date: Wed, 28 Nov 2018 17:04:59 -0800 Subject: [PATCH] dev/core/482 resolve issue for inline template as well --- templates/CRM/Contact/Form/Inline/Website.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/CRM/Contact/Form/Inline/Website.tpl b/templates/CRM/Contact/Form/Inline/Website.tpl index 8057d46ddd..ccd6e4aa04 100644 --- a/templates/CRM/Contact/Form/Inline/Website.tpl +++ b/templates/CRM/Contact/Form/Inline/Website.tpl @@ -50,7 +50,9 @@ {$form.website.$blockId.url.html|crmAddClass:url}  {$form.website.$blockId.website_type_id.html} - + {if $blockId gt 1} + + {/if} {/section} -- 2.25.1