From de15204b7ca7e4685245747541e54663ea024a25 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Thu, 9 Nov 2023 18:43:30 -0500 Subject: [PATCH] fix source html displaying --- templates/CRM/Price/Form/Option.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/CRM/Price/Form/Option.tpl b/templates/CRM/Price/Form/Option.tpl index f64d2b7df0..2627e1deb8 100644 --- a/templates/CRM/Price/Form/Option.tpl +++ b/templates/CRM/Price/Form/Option.tpl @@ -28,11 +28,11 @@ {/if} - {$form.label.label|escape} + {$form.label.label|smarty:nodefaults|purify} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_price_field_value' field='label' id=$optionId}{/if}{$form.label.html} - {$form.amount.label|escape} + {$form.amount.label|smarty:nodefaults|purify} {$form.amount.html} @@ -44,11 +44,11 @@ {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_price_field_value' field='description' id=$optionId}{/if}{$form.description.html} - {$form.help_pre.label|escape} + {$form.help_pre.label|smarty:nodefaults|purify} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_price_field_value' field='help_pre' id=$optionId}{/if}{$form.help_pre.html} - {$form.help_post.label|escape} + {$form.help_post.label|smarty:nodefaults|purify} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_price_field_value' field='help_post' id=$optionId}{/if}{$form.help_post.html} -- 2.25.1