Hello,

I'm searching for hours for a solution. Now I hope someone can help me.

I'm using ckeditor with no security filters and a richtext text format (all hmtl-tags are allowed).
I can see in the ckeditor code-view all line-breaks as
. But unfortunately after saving I see in firebug the
-tag was changed to
.

Thus in older firefox browser these
tags are shown as strange characters in some of my blocks.

Any ideas?

Thanks

Comments

robhoefakker’s picture

Status: Postponed (maintainer needs more info) » Active

Linebreaks should be <br> in my opinion. <br/> is used for XHTML 1.0 <br> is the way to do it in HTML 4.01 Transitional doctypes.
What doctype are you using?

dczepierga’s picture

Status: Active » Postponed (maintainer needs more info)

Pls write your code by using code tags - now nothing is visible here.

Greetings

robhoefakker’s picture

Status: Active » Postponed (maintainer needs more info)

Sorry, changed my comment!