@@ -66,13 +66,13 @@ |
||
66 | 66 | ) { |
67 | 67 | return; |
68 | 68 | } |
69 | - $style = substr($style, strpos($style, '/')+1); |
|
69 | + $style = substr($style, strpos($style, '/') + 1); |
|
70 | 70 | $app_path = \OC_App::getAppPath($app); |
71 | 71 | $app_url = \OC_App::getAppWebPath($app); |
72 | 72 | |
73 | 73 | if ($app_path === false && $app_url === false) { |
74 | 74 | $this->logger->error('Could not find resource {resource} to load', [ |
75 | - 'resource' => $app . '/' . $style . '.css', |
|
75 | + 'resource' => $app.'/'.$style.'.css', |
|
76 | 76 | 'app' => 'cssresourceloader', |
77 | 77 | ]); |
78 | 78 | return; |