Closed augustl closed 14 years ago
The parser manually scans for img tags now, with a regexp.
Rewrite it to use DOMParser. Look for <a> and <link> as well as <img>.
DOMParser
<a>
<link>
<img>
Fixed in 9e084195a6f056ac37724e658bb8876187cbeefd
The parser manually scans for img tags now, with a regexp.
Rewrite it to use
DOMParser
. Look for<a>
and<link>
as well as<img>
.