Opened 18 years ago
Closed 18 years ago
#1725 closed Bug (fixed)
file editor/fckeditor.html does not validate
| Reported by: | Owned by: | Martin Kou | |
|---|---|---|---|
| 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 (1)
Change History (7)
Changed 18 years ago by
| Attachment: | 1725.patch added |
|---|
comment:1 Changed 18 years ago by
| Owner: | set to Martin Kou |
|---|---|
| Status: | new → assigned |
comment:2 Changed 18 years ago by
| Milestone: | → FCKeditor 2.6 |
|---|---|
| Version: | → SVN |
comment:3 Changed 18 years ago by
| Priority: | High → Normal |
|---|
comment:4 Changed 18 years ago by
| Keywords: | Review? added |
|---|
comment:5 Changed 18 years ago by
| Component: | Core : Styles → General |
|---|---|
| Keywords: | Review+ added; Review? removed |
comment:6 Changed 18 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Fixed with [1300].
Click here for more info about our SVN system.

Proposed patch for fixing #1725.