Open anandkkpr opened 12 years ago
EDIT: Found that the background reset for IE9 that directly adds an svg image - the line that says "url(data:image/svg+xml..." - is what is causing the issue.
The fix I mentioned doesn't work, it breaks the statement. Am digging a bit more into it to see if I can offer any further input.
I'm removing my suggested code as it didn't work.
Try wrapping the URL in quotes, that should stop it being parsed as anything else.
Hi! I'm not too sure where the problem is coming from but I'm getting a PHP Notice.
I've found a solution, essentially a check is needed to ensure that a usage of preg_match() actually returns matches. The new code simply has a condition that confirms the returned variable is an array and isn't empty.
As I said earlier, I'm really unsure about what might be causing the notice on my end and it's quite possible that it has something to do with the syntax in my SCSS file.
Error: Notice: Undefined offset: 1 in SassScriptLexer->lex() (line 76 of C:\wamp\www\presence\1530chestnut.com\sites\all\libraries\phpsass\script\SassScriptLexer.php).
Hope this helps!