Opened 14 years ago

Closed 14 years ago

#5796 closed Bug (invalid)

break tag on bullets

Reported by: jlapitan Owned by: jlapitan
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

when i try inserting a list via the editor it generates this html code

<ul>
	<li>
		joell</li>
	<li>
		ruth</li>
	<li>
		and others</li>
</ul>

and then when generated it appears like this

<ul><br />
	<li><br />
		joell</li><br />
	<li><br />
		ruth</li><br />
	<li><br />

		and others</li><br />
</ul>

also im using it on magento..

os windows7, browser all types

Change History (2)

comment:1 Changed 14 years ago by jlapitan

Owner: set to jlapitan
Status: newassigned

comment:2 Changed 14 years ago by Alfonso Martínez de Lizarrondo

Milestone: CKEditor 3.3.1
Resolution: invalid
Status: assignedclosed

Your server script is running the contents through nl2br.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy