Quote:
Originally Posted by theducks
<pre> HTML code means Pre-formatted, don't modify with other settings
|
But why is it being added to the code?
Even if my template.xhtml for the jacket only has something simple like:
Code:
<p>{_custom_column}</p>
I end up with:
Code:
<pre style="white-space:pre-wrap">content of my custom column</pre>
And this is messing up the format I intended for.
Obviously I'm doing something wrong, I just don't know what.