ampproject / amp-toolbox-php

AMP Optimizer PHP library
Apache License 2.0
73 stars 25 forks source link

Add NormalizeHtmlEntities filter #452

Closed ediamin closed 2 years ago

ediamin commented 2 years ago

This PR adds a new NormalizeHtmlEntities filter which decode the html entities before it is loaded into the Dom\Document. Fixes #409