Passed
Push — master ( 6dee9d...0aa605 )
by Tobias
06:29 queued 01:01
created
src/WrkLst/DocxMustache/HtmlConversion.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,6 +81,6 @@
 block discarded – undo
81 81
             $value = self::convertHtmlToOpenXMLTag($value, $tag);
82 82
         }
83 83
 
84
-        return str_replace("<w:t>",'<w:t xml:space="preserve">',$value);
84
+        return str_replace("<w:t>", '<w:t xml:space="preserve">', $value);
85 85
     }
86 86
 }
Please login to merge, or discard this patch.