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
Owner: | set to jlapitan |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by
Milestone: | CKEditor 3.3.1 |
---|---|
Resolution: | → invalid |
Status: | assigned → closed |
Your server script is running the contents through nl2br.