@@ -54,11 +54,11 @@ |
||
54 | 54 | $dirPrefix = CRAFT_TEMPLATES_PATH; |
55 | 55 | } |
56 | 56 | $name = strstr($name, $dirPrefix); |
57 | - $name = (string)str_replace($dirPrefix, '', $name); |
|
57 | + $name = (string) str_replace($dirPrefix, '', $name); |
|
58 | 58 | $path = FileHelper::createUrl( |
59 | 59 | $settings->criticalPath, |
60 | 60 | $name |
61 | - ) . $settings->criticalSuffix; |
|
61 | + ).$settings->criticalSuffix; |
|
62 | 62 | |
63 | 63 | return $this->getCssInlineTags($path, $attributes); |
64 | 64 | } |