From 7e013fd23a8bd766262d104629ee45cf6067ed8d Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Thu, 7 Jul 2022 21:13:04 +1200 Subject: [PATCH] Also don't escape in if context - just a bit less confusing when debugging --- templates/CRM/common/info.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/common/info.tpl b/templates/CRM/common/info.tpl index a54e9e65a9..94d9be9cb6 100644 --- a/templates/CRM/common/info.tpl +++ b/templates/CRM/common/info.tpl @@ -9,7 +9,7 @@ *} {* Handles display of passed $infoMessage. *} {if $infoMessage|smarty:nodefaults || $infoTitle|smarty:nodefaults} -
+
{icon icon="fa-info-circle"}{/icon} {$infoTitle} {$infoMessage|smarty:nodefaults|purify} -- 2.25.1