@@ -237,7 +237,7 @@ |
||
237 | 237 | // Rewrite relative URLs used inside stylesheets |
238 | 238 | $content .= preg_replace_callback( |
239 | 239 | '/url\([\'"]?([^"\')]+)[\'"]?\)/i', |
240 | - function ($matches) use ($cssRelPath) { |
|
240 | + function($matches) use ($cssRelPath) { |
|
241 | 241 | if (preg_match("/^(data:|([a-z0-9]+:)?\/)/i", $matches[1]) === 1) { |
242 | 242 | return $matches[0]; // Not relative, skip |
243 | 243 | } |