@@ -316,7 +316,7 @@ discard block |
||
316 | 316 | if (!$vulcanization) { |
317 | 317 | $filename = static::file_put_contents_with_hash($target_directory_path, 'js', $scripts_content); |
318 | 318 | // Add script with combined content file to the end |
319 | - $data .= "<script src=\"./$filename\"></script>"; |
|
319 | + $data .= "<script src=\"./$filename\"></script>"; |
|
320 | 320 | $not_embedded_resources[] = str_replace(getcwd(), '', "$target_directory_path/$filename"); |
321 | 321 | } else { |
322 | 322 | // Add combined content inline script to the end |
@@ -365,7 +365,7 @@ discard block |
||
365 | 365 | /** |
366 | 366 | * If content is link to CSS file |
367 | 367 | */ |
368 | - $css = static::css( |
|
368 | + $css = static::css( |
|
369 | 369 | file_get_contents("$dir/$url"), |
370 | 370 | "$dir/$url", |
371 | 371 | $target_directory_path, |