Skip to content

Commit

Permalink
Do not escape error message
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Jul 7, 2022
1 parent a0b38b7 commit ff769be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/CRM/common/status.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
{else}
{assign var="infoType" value=$statItem.type}
{/if}
{include file="CRM/common/info.tpl" infoTitle=$statItem.title infoMessage=$statItem.text infoOptions=$statItem.options|@json_encode}
{include file="CRM/common/info.tpl" infoTitle=$statItem.title|smarty:nodefaults infoMessage=$statItem.text|smarty:nodefaults infoOptions=$statItem.options|smarty:nodefaults|@json_encode}
{/foreach}
{/if}

0 comments on commit ff769be

Please sign in to comment.