Plugin Directory

Changeset 1294658


Ignore:
Timestamp:
11/26/2015 05:24:24 AM (10 years ago)
Author:
spikersolns
Message:

Fixed space error in currency display

File:
1 edited

Legend:

Unmodified
Added
Removed
  • live-forex-table/trunk/display_rate.php

    r1266690 r1294658  
    194194  ?>
    195195  <tr>
    196     <td width="200"><?php echo $curlist[$currency];?> (1 <?php echo $currency;?>)</td>
    197     <td ><?php echo lft_liveForex($currency,get_option( 'lft_your_currency' ));?></td>
     196    <td width="200"><?php echo $curlist[trim($currency)];?> (1 <?php echo $currency;?>)</td>
     197    <td ><?php echo lft_liveForex(trim($currency),get_option( 'lft_your_currency' ));?></td>
    198198  </tr>
    199199  <?php
Note: See TracChangeset for help on using the changeset viewer.