Closed thrawn01 closed 5 years ago
When producing stripping-html for the storage API and webhooks, HTML parsing is transforming <o:p> tags into <oU0003Ap> which is not rendered properly by some HTML browsers.
<o:p>
<oU0003Ap>
This PR removes the namespaces from HTML when the parser finds something to strip from the HTML. See https://mailgun.atlassian.net/browse/PIP-423 for details.
This PR changes the version to 1.4.8
Purpose
When producing stripping-html for the storage API and webhooks, HTML parsing is transforming
<o:p>
tags into<oU0003Ap>
which is not rendered properly by some HTML browsers.Implementation
This PR removes the namespaces from HTML when the parser finds something to strip from the HTML. See https://mailgun.atlassian.net/browse/PIP-423 for details.
This PR changes the version to 1.4.8