Closed fate0 closed 8 years ago
using make_links_absolute to handle the link startswith whitespace, like this:
make_links_absolute
-- http://www.target.com/ <html> <a href=" /hello.php">test</a> <html>
result: http://www.target.com/ /hello.php
http://www.target.com/ /hello.php
what I expect : http://www.target.com/hello.php
http://www.target.com/hello.php
just work like a browser
using
make_links_absolute
to handle the link startswith whitespace, like this:result:
http://www.target.com/ /hello.php
what I expect :
http://www.target.com/hello.php
just work like a browser