Thursday 29 January 2004 12:18:09 pm
I have an line view override template that contains the following: <div class="radar_trade_action"> - On {attribute_view_gui attribute=$node.object.data_map.date} you {attribute_view_gui attribute=$node.object.data_map.action} {attribute_view_gui attribute=$node.object.data_map.quantity} shares for {attribute_view_gui attribute=$node.object.data_map.price} (cost: {attribute_view_gui attribute=$node.object.data_map.cost})</div> For what ever reason the {attribute_view_gui attribute=$node.object.data_map.action} creates an <br/> when the page is created. When I take this {...action} out the <br/> is not there. Bug? or can I do something about this myself as I don't want a break in the text? I want a normal sentence.
|