Closed (fixed)
Project:
Omega
Version:
7.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
13 Dec 2012 at 17:55 UTC
Updated:
1 Jan 2013 at 08:20 UTC
check patch, is pretty straight forward.
the current implementation generates:
div{behavior:url(/sites/all/themes/omega/libraries/css3pie/PIE.htc')}
which should be
div{behavior:url('/sites/all/themes/omega/libraries/css3pie/PIE.htc')}
attached patch fixes this.
| Comment | File | Size | Author |
|---|---|---|---|
| css3pie_syntax_error.patch | 989 bytes | schnitzel |
Comments
Comment #1
schnitzel commentedComment #3
fubhy commentedGood catch, thanks. Will commit this after my vacation!
Comment #4
fubhy commentedThanks. Commited.