X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FContribute%2FPage%2FPaymentInfo.tpl;h=4c9d8cc1f4fcc0d74ba303fae9c6c9ecdfe577dd;hb=a26f4265fbf3d90a56e21f1d8729f21637245bf0;hp=0a4ffacecb2bc2810271766cfcd9974f545c4eab;hpb=ef444b4a23f83a38d8362eb66cd1b06071a7cd1c;p=civicrm-core.git diff --git a/templates/CRM/Contribute/Page/PaymentInfo.tpl b/templates/CRM/Contribute/Page/PaymentInfo.tpl index 0a4ffacecb..4c9d8cc1f4 100644 --- a/templates/CRM/Contribute/Page/PaymentInfo.tpl +++ b/templates/CRM/Contribute/Page/PaymentInfo.tpl @@ -36,7 +36,7 @@ CRM.$(function($) { $("#payment-info").html(html).trigger('crmLoad'); } }); - + // Fixme: Possible bug - the following line won't be processed by smarty because it's in a literal block var taxAmount = "{$totalTaxAmount}"; if (taxAmount) { $('.total_amount-section').show();