From b5535a2e67b334e5a0b14e51adc20c6e24b299f2 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sun, 7 Jun 2015 21:37:07 -0400 Subject: [PATCH] Add clearfix class to caseSummary hook content --- templates/CRM/Case/Form/CaseView.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Case/Form/CaseView.tpl b/templates/CRM/Case/Form/CaseView.tpl index 56929a6eb4..edd2b1e26f 100644 --- a/templates/CRM/Case/Form/CaseView.tpl +++ b/templates/CRM/Case/Form/CaseView.tpl @@ -98,7 +98,7 @@ {if $hookCaseSummary} -
+
{foreach from=$hookCaseSummary item=val key=div_id}
{$val.value}
{/foreach} -- 2.25.1