price formating

In skins/customer/common_templates/product_data.tpl it has this line to show the price:



{if $details_page}{$lang.price}: {/if}{include file=“common_templates/price.tpl” value=$product.price span_id=“discounted_price_$obj_id” class=“price”}



…which is calling the “common_templates/price.tpl” file which has this line:



{$value|format_price:$currencies.$secondary_currency:$span_id:$class:true}



What happens is in Firefox it all displays on 1 line. In IE, it has a line break right after the {$lang.price}: and before the price format.



My question is, how can I fix that? Is there a file where I can adjust the price format? I noticed when the page is parsed in a browser it adds extra lines between those 2 code items like this:



[COLOR=“Sienna”]Casea:

$30.00[/COLOR]