@@ -197,7 +197,7 @@ |
||
197 | 197 | /** @noinspection PhpUndefinedVariableInspection */ |
198 | 198 | $content .= array_reduce($files, $callback); |
199 | 199 | if ($extension == 'html') { |
200 | - $content = Assets_processing::html($content, '', PUBLIC_CACHE, $vulcanization); |
|
200 | + $content = Assets_processing::html($content, '', PUBLIC_CACHE, $vulcanization); |
|
201 | 201 | } |
202 | 202 | return $content; |
203 | 203 | } |