You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTML API: Reliably parse HTML in get_url_in_content()
Trac ticket: Core-63694
This also decodes the URL whereas the previous code didn’t, so
strings like `http://` will be properly decoded as `http://`.
0 commit comments