Opened 11 years ago

Closed 11 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>&nbsp;</td>' +
		'<td>&nbsp;</td>' +
		'<td>&nbsp;</td>' +
	'</tr>' +

Change History (2)

comment:1 Changed 11 years ago by Wiktor Walc

Status: newconfirmed

comment:2 Changed 11 years ago by Wiktor Walc

Resolution: fixed
Status: confirmedclosed

Fixed with 2f39835.

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