Skip to content

Commit

Permalink
Merge pull request #9 from bavix/html-patch-1
Browse files Browse the repository at this point in the history
Update AdvancedHtmlBase.php
  • Loading branch information
rez1dent3 committed Jun 7, 2019
2 parents 9be8964 + 6addd71 commit 99cb58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AdvancedHtmlDom/AdvancedHtmlBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function __toString()
*/
public function html()
{
return $this->doc->dom->saveHTML($this->node);
return $this->doc->dom->saveXML($this->node);
}

/**
Expand Down

0 comments on commit 99cb58c

Please sign in to comment.