Closed (duplicate)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.0
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2010 at 23:46 UTC
Updated:
3 Feb 2010 at 08:14 UTC
Just a minor quibble but W3C CSS Validator gave the following:
URI : ../sites/all/modules/contrib/ckeditor/ckeditor.css
6 Parse Error // Id: ckeditor.css,v 1.2.2.2 2010/01/13 11:31:22 wwalc Exp .rteindent1 { margin-left: 40px; }
Just delete the first line to fix (looks like a PHP comment from version control):
// $Id: ckeditor.css,v 1.2.2.2 2010/01/13 11:31:22 wwalc Exp $
Doesn't anyone validate their CSS anymore? ;)
Comments
Comment #1
wwalc commentedYup, my mistake ;)
Duplicate of #686024: validation error (fixed in CVS).