From 96509055b0817ca655a24184965d23bb53cefcf5 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Tue, 2 Nov 2021 09:26:17 +1300 Subject: [PATCH] Escaping fix for shared_address --- templates/CRM/Contact/Page/Inline/Address.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Contact/Page/Inline/Address.tpl b/templates/CRM/Contact/Page/Inline/Address.tpl index 8861f0ba0f3c..e2cbe98ada43 100644 --- a/templates/CRM/Contact/Page/Inline/Address.tpl +++ b/templates/CRM/Contact/Page/Inline/Address.tpl @@ -38,7 +38,7 @@ {if !empty($sharedAddresses.$locationIndex.shared_address_display.name)} {ts 1=$sharedAddresses.$locationIndex.shared_address_display.name}Address belongs to %1{/ts}
{/if} - {$add.display|nl2br} + {$add.display|smarty:nodefaults|nl2br}