Opened 16 years ago
Closed 12 years ago
#4845 closed Bug (fixed)
HTML parser generates wrong HTML using <li> inside <table>
| Reported by: | fabio | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | UI : Source View | Version: | 3.0.1 |
| Keywords: | Cc: | fabio.perrella@… |
Description
Using the HTML source attached, CKEditor generates a wrong HTML after parse the code (when click on source code button)
Attachments (1)
Change History (7)
Changed 16 years ago by
| Attachment: | example.html added |
|---|
comment:1 Changed 16 years ago by
| Summary: | HTML parser generates wrong HTML using <li> into <table> → HTML parser generates wrong HTML using <li> inside <table> |
|---|
comment:2 Changed 16 years ago by
| Cc: | fabio.perrella@… added |
|---|
comment:3 Changed 16 years ago by
comment:4 Changed 16 years ago by
| Keywords: | Confirmed added; html parser wrong source code removed |
|---|---|
| Priority: | High → Normal |
comment:6 Changed 12 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | confirmed → closed |
Works fine for me on master.

in attached file, if replacing the text "<li>N</li>" by "N" the error doesn't happen!