Skip to content

Commit

Permalink
[+]: fix strings with broken encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Moelleken committed Jun 25, 2016
1 parent a85a91a commit 44c3660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/voku/helper/HtmlDomParser.php
Expand Up @@ -466,7 +466,7 @@ protected function fixHtmlOutput($content)
}

$content = UTF8::html_entity_decode($content);
$content = UTF8::trim($content);
$content = trim($content);
$content = UTF8::urldecode($content);

$content = $this->putReplacedBackToPreserveHtmlEntities($content);
Expand Down

0 comments on commit 44c3660

Please sign in to comment.