Skip to content

Commit 06a9271

Browse files
authored
remove whitespaces
1 parent 5bc9250 commit 06a9271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpWord/Shared/Html.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public static function addHtml($element, $html, $fullHTML = false, $preserveWhit
7777
libxml_disable_entity_loader(true);
7878
$dom = new \DOMDocument();
7979
$dom->preserveWhiteSpace = $preserveWhiteSpace;
80-
$dom->loadHTML($html, LIBXML_NOWARNING);
80+
$dom->loadHTML($html, LIBXML_NOWARNING);
8181
self::$xpath = new \DOMXPath($dom);
8282
$node = $dom->getElementsByTagName('body');
8383

0 commit comments

Comments
 (0)