From: Tim Mallezie Date: Tue, 28 Apr 2015 10:24:49 +0000 (+0200) Subject: remove extra space, causes netbeans smarty syntax to highlight error of missing close... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=258a3796c4ca7e0c9cc9310a00447a22d9b01b41;p=civicrm-core.git remove extra space, causes netbeans smarty syntax to highlight error of missing closed if tag --- 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}