Ticket #1725 (closed Bug: fixed)
file editor/fckeditor.html does not validate
| Reported by: | mk@… | Owned by: | martinkou |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.6 |
| Component: | General | Version: | SVN (FCKeditor) - Retired |
| Keywords: | Review+ | Cc: |
Description
The file "editor/fckeditor.html" does not validate i.e with the html validator plugin of firefox. If you change the line 29 (version 2.5.1) from:
<meta http-equiv="Cache-Control" content="public" />
to
<meta http-equiv="Cache-Control" content="public">
it validates and removes 6 errors (for me).
Would be nice you could change this in the next minor release. Thanks in advance - you do a great job.
Attachments
Change History
Changed 5 years ago by martinkou
- Attachment 1725.patch added
comment:1 Changed 5 years ago by martinkou
- Status changed from new to assigned
- Owner set to martinkou
comment:5 Changed 5 years ago by alfonsoml
- Keywords Review+ added; Review? removed
- Component changed from Core : Styles to General
comment:6 Changed 5 years ago by martinkou
- Status changed from assigned to closed
- Resolution set to fixed
Fixed with [1300].
Click here for more info about our SVN system.
Note: See
TracTickets for help on using
tickets.

Proposed patch for fixing #1725.