Thursday 22 January 2009 1:18:28 pm
I am having trouble with an &apos character no rendering correctly in IE. Since the data is being pulled from an XML feed I have to modify the output to fix the problem.
Following the advice here: http://ez.no/developer/forum/developer/displaying_apostrophes
I changed my output from:
{$node.data_map.description.data_text|xmlwash()}
to: {$node.data_map.description.content.output.output_text} However this is having an unintended consequence on my site design.
The old data_text method would appear in the source code with:
<section>
<paragraph> preceding it. The output_text code appears in the source with just a <p> preceding it. Where or how can I change this behavior?
working at www.wardnet.com
blogging at www.jamesward.ca
|