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
When a link is parsed the href is set without trimming surrounding spaces, which can lead to hrefs that look like %09http://... and thus not loading correctly when rendered as HTML.
The text was updated successfully, but these errors were encountered:
When a link is parsed the
href
is set without trimming surrounding spaces, which can lead tohref
s that look like%09http://...
and thus not loading correctly when rendered as HTML.The text was updated successfully, but these errors were encountered: