From 258a3796c4ca7e0c9cc9310a00447a22d9b01b41 Mon Sep 17 00:00:00 2001 From: Tim Mallezie Date: Tue, 28 Apr 2015 12:24:49 +0200 Subject: [PATCH] remove extra space, causes netbeans smarty syntax to highlight error of missing closed if tag --- templates/CRM/Event/Form/EventFees.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Event/Form/EventFees.tpl b/templates/CRM/Event/Form/EventFees.tpl index 0129569ffe..19ec0b1d7b 100644 --- a/templates/CRM/Event/Form/EventFees.tpl +++ b/templates/CRM/Event/Form/EventFees.tpl @@ -67,7 +67,7 @@ {/if} - { if $accessContribution and ! $participantMode and ($action neq 2 or !$rows.0.contribution_id or $onlinePendingContributionId) and $isRecordPayment and ! $registeredByParticipantId } + {if $accessContribution and ! $participantMode and ($action neq 2 or !$rows.0.contribution_id or $onlinePendingContributionId) and $isRecordPayment and ! $registeredByParticipantId } {$form.record_contribution.label} {$form.record_contribution.html}
-- 2.25.1