@@ -81,6 +81,6 @@ |
||
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 | } |