Completed
Pull Request — master (#137)
by
unknown
02:17
created
src/CssToInlineStyles.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
      */
101 101
     protected function createDomDocumentFromHtml($html)
102 102
     {
103
-        $xml = '<?xml encoding="UTF-8">' . $html;
103
+        $xml = '<?xml encoding="UTF-8">'.$html;
104 104
         $document = new \DOMDocument();
105 105
         $internalErrors = libxml_use_internal_errors(true);
106 106
         $document->loadHTML($xml);
Please login to merge, or discard this patch.