@@ -44,7 +44,7 @@ |
||
44 | 44 | |
45 | 45 | /** @var DOMElement $style */ |
46 | 46 | foreach ($document->getElementsByTagName('style') as $style) { |
47 | - $css .= $this->trimHtmlComments($style->nodeValue) . "\n"; |
|
47 | + $css .= $this->trimHtmlComments($style->nodeValue)."\n"; |
|
48 | 48 | } |
49 | 49 | |
50 | 50 | return $css; |