From 60aba675695c89f62ff0a9820404313b2eb3748b Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 1 Aug 2022 16:06:32 +1000 Subject: [PATCH] Remove extra space, offline receipt --- .../message_templates/contribution_offline_receipt_html.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/templates/message_templates/contribution_offline_receipt_html.tpl b/xml/templates/message_templates/contribution_offline_receipt_html.tpl index e90dc94f33..0e0a6acd8f 100644 --- a/xml/templates/message_templates/contribution_offline_receipt_html.tpl +++ b/xml/templates/message_templates/contribution_offline_receipt_html.tpl @@ -119,8 +119,8 @@ {foreach from=$taxRateBreakdown item=taxDetail key=taxRate} -  {if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else}{$taxTerm} {$taxDetail.percentage}%{/if} -  {$taxDetail.amount|crmMoney:'{contribution.currency}'} + {if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else}{$taxTerm} {$taxDetail.percentage}%{/if} + {$taxDetail.amount|crmMoney:'{contribution.currency}'} {/foreach} {/if} -- 2.25.1