Opened 12 years ago
Closed 12 years ago
#10389 closed Bug (fixed)
Invalid closing tag </tr> in a sample "Text and Table" template
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.1.2 |
Component: | General | Version: | 3.0 |
Keywords: | Cc: |
Description
Somehow nobody didn't notice it earlier. Reported via email.
'<table style="width:150px;float: right" cellspacing="0" cellpadding="0" border="1">' + '<caption style="border:solid 1px black">' + '<strong>Table title</strong>' + '</caption>' + '</tr>' + // <----------------------- This is wrong. '<tr>' + '<td> </td>' + '<td> </td>' + '<td> </td>' + '</tr>' +
Change History (2)
comment:1 Changed 12 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Fixed with 2f39835.