Monday 11 July 2005 7:21:27 am
Hi I bought OE today and have slight problems with the output. I've created a bullet list, when I disable the editor the XML looks like this
<header level='1'>Dienste</header>
<ul>
<li>Personen</li>
<li>Designs</li>
</ul>
OK, rendered on the page using the attribute_view_gui it looks like this:
<h2>Dienste</h2>
<ul>
<li>
<p>
Personen
</p>
</li>
<li>
<p>
Designs
</p>
</li>
</ul>
This looks not only ugly but I also wonder where the paragraph tag comes from. I checked li.tpl but I don't see anything like it there. Any hints where I could start looking for eliminating those p-tags?
Thanks Chris
|