Completed
Push — master ( f0eb80...2ebacc )
by Tijs
02:38
created
src/CssToInlineStyles.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
         $html = trim($html);
104 104
         if (strstr('<?xml', $html) !== 0) {
105 105
             $xmlHeader = '<?xml encoding="utf-8" ?>';
106
-            $html = $xmlHeader . $html;
106
+            $html = $xmlHeader.$html;
107 107
         }
108 108
 
109 109
         $document = new \DOMDocument('1.0', 'UTF-8');
Please login to merge, or discard this patch.