Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#5123 closed Bug (fixed)

User Interface Languages does not validate

Reported by: Wiktor Walc Owned by:
Priority: Normal Milestone: CKEditor 3.2
Component: General Version: 3.0
Keywords: Review+ Cc:

Description

"User Interface Languages" sample provided with CKEditor is not a valid XHTML.

Validation Output:  2 Errors

Line 39, Column 35: document type does not allow element "script" here
      				<script type="text/javascript">


Line 53, Column 12: end tag for "select" which is not finished
			</select>

Attachments (1)

5123.patch (1.0 KB) - added by Wiktor Walc 14 years ago.
I'm attaching a patch with a simple change that will make the sample a valid XHTML file.

Download all attachments as: .zip

Change History (5)

Changed 14 years ago by Wiktor Walc

Attachment: 5123.patch added

I'm attaching a patch with a simple change that will make the sample a valid XHTML file.

comment:1 Changed 14 years ago by Wiktor Walc

Keywords: Review? added

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

Keywords: Review+ added; Review? removed

comment:3 Changed 14 years ago by Wiktor Walc

Resolution: fixed
Status: newclosed

Fixed with [5098].

comment:4 Changed 14 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.2
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