ezyang / htmlpurifier

Standards compliant HTML filter written in PHP
http://htmlpurifier.org
GNU Lesser General Public License v2.1
3.03k stars 323 forks source link

Purifier breaks tel URIs with encoded telephone numbers #352

Closed codebymikey closed 1 year ago

codebymikey commented 1 year ago

The purifier currently breaks valid HTML like this:

<p>Contact Number: <a href="tel:+15555%20555%20555">+15555 555 555</a></p>

Resulting in an incorrect telephone number being outputted:

<p>Contact Number: <a href="tel:+155552055520555">+15555 555 555</a></p>
codebymikey commented 1 year ago

Demo link

Related to #40 #87

github-actions[bot] commented 8 months ago

:tada: This issue has been resolved in version 4.17.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: