Forums / Install & configuration / Strange tag output of OnlineEditor

Strange tag output of OnlineEditor

Author Message

Christoph Polus

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

Andrew Wigglesworth

Thursday 21 July 2005 9:27:59 am

I'm getting exactly the same thing. It occurred when we were using XMLarea and now with the Ez Online Editor.

It is extremely frustrating because it screws up the layout of the page, fonts, font sizes etc.

It is also bad html/xml.

Is there a way of solving this?

Andrew Wigglesworth

Thursday 21 July 2005 9:31:33 am

Playing around with the system it seems that Ez Publish is deciding that the text is paragraph text and therefore using the paragraph ezxmltags template and then putting that through the ezxmltags list template.

Surely this cannot be the default behaviour. How can this be stopped from happening?

Andrew Wigglesworth

Thursday 21 July 2005 9:37:21 am

Oh, and we're running eZ Publish 3.5.1

Christoph Polus

Tuesday 15 November 2005 2:20:47 am

Hi

Was there anything going on in this respect? Or is there an easy way to tweak OE not to insert the paragraph tags everywhere?

Chris.

Alexandre Abric

Tuesday 15 November 2005 2:42:21 am

Hi,

I guess this is a bug that has already been submitted. You should download the latest version of OE.

But I think there is still teh same kind of bug with tables.