From 2da73d0719257b91dfbcd9c951eefb9f7eb9917a Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 18 Sep 2018 12:07:28 -0400 Subject: [PATCH] Fix html wrapper on basic summary block --- templates/CRM/Contact/Page/Inline/Basic.tpl | 4 ++-- templates/CRM/Contact/Page/View/Summary.tpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/CRM/Contact/Page/Inline/Basic.tpl b/templates/CRM/Contact/Page/Inline/Basic.tpl index f6123d37c5..cc9d6cfd8a 100644 --- a/templates/CRM/Contact/Page/Inline/Basic.tpl +++ b/templates/CRM/Contact/Page/Inline/Basic.tpl @@ -1,4 +1,4 @@ -{*
*} + diff --git a/templates/CRM/Contact/Page/View/Summary.tpl b/templates/CRM/Contact/Page/View/Summary.tpl index c8ce4311d3..c1696f58bb 100644 --- a/templates/CRM/Contact/Page/View/Summary.tpl +++ b/templates/CRM/Contact/Page/View/Summary.tpl @@ -158,7 +158,7 @@
{/if}
-
+
{include file="CRM/Contact/Page/Inline/Basic.tpl"}
-- 2.25.1