whitespace fixups
[civicrm-core.git] / xml / templates / message_templates / contribution_offline_receipt_html.tpl
index f24045b0dca700787aa53482e52b8a79848bcbfa..829afa01e33bfe4506c7a4b6c494a5fb645a9c8c 100644 (file)
       {foreach from=$dataArray item=value key=priceset}
         <tr>
         {if $priceset ||  $priceset == 0 || $value != ''}
-          <td>&nbsp;{$taxTerm} {$priceset|string_format:"%.2f"}%</td>    
+          <td>&nbsp;{$taxTerm} {$priceset|string_format:"%.2f"}%</td>
           <td>&nbsp;{$value|crmMoney:$currency}</td>
         {else}
           <td>&nbsp;{ts}No{/ts} {$taxTerm}</td>