Open eaigner opened 7 years ago
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.
href
%09http://...
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.