Skip to content

Commit a07aed3

Browse files
author
Edward
committed
Fix: revert DOMDocument auto entity encode
1 parent 30c738b commit a07aed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Parser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function toHtml()
8989
{
9090
$this->init();
9191

92-
return $this->dom->saveHTML();
92+
return html_entity_decode($this->dom->saveHTML());
9393
}
9494

9595
/**

0 commit comments

Comments
 (0)