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