whitespace fixups
[civicrm-core.git] / tools / templates / CRM / Auction / Page / Item.tpl
index b5ad94a9b9deef8b3e88b4fc36f0329376ce3ca7..34703b98923b148683c607ff8c3fabcada6be39c 100644 (file)
@@ -31,7 +31,7 @@
     <div id=item_status_id>
         {strip}
         {include file="CRM/common/pager.tpl" location="top"}
-        {include file="CRM/common/pagerAToZ.tpl}    
+        {include file="CRM/common/pagerAToZ.tpl}
         <table class="selector">
          <tr class="columnheader">
             <th></th>
             <td>{$row.retail_value|crmMoney}</td>
             <td>{$row.bid_end_date|crmDate}</td>
           </tr>
-        {/foreach}    
+        {/foreach}
         </table>
         {include file="CRM/common/pager.tpl" location="bottom"}
         {/strip}
-      
+
     </div>
 {else}
    {if $isSearch eq 1}
@@ -80,6 +80,6 @@
         <dt><div class="icon inform-icon"></div></dt>
         <dd>{ts 1=$newAuctionURL}There are no auctions created yet. You can <a href='%1'>add one</a>.{/ts}</dd>
         </dl>
-    </div>    
+    </div>
    {/if}
 {/if}