mailgun / talon

Apache License 2.0
1.26k stars 287 forks source link

PIP-423: Now removing namespaces from parsed HTML #191

Closed thrawn01 closed 5 years ago

thrawn01 commented 5 years ago

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