Closed (fixed)
Project:
Sky
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Nov 2008 at 15:37 UTC
Updated:
22 Jan 2009 at 20:59 UTC
line 30
old: behavior: url('css/iehover.htc'); / * Do not remove or modify */
new: behavior: url('css/iehover.htc'); /* Do not remove or modify */
the comment is wrongly coded
Comments
Comment #1
aimutch commentedYup, the extra space throws an error in the W3C CSS Validator. I'll add a patch but it can probably be rolled in with some other patches since it's such a minor error.
Comment #2
jacineI had actually planning on removing this because it is throwing errors in IE, without an absolute path, and I don't really think it's necessary anymore, so this no longer applies. I removed and committed this.