#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>

Change History (5)
Changed 15 years ago by
Attachment: | 5123.patch added |
---|
comment:1 Changed 15 years ago by
Keywords: | Review? added |
---|
comment:2 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:4 Changed 15 years ago by
Milestone: | → CKEditor 3.2 |
---|

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