We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe18bc commit d9090d2Copy full SHA for d9090d2
lib/utils/absolute-urls.js
@@ -21,7 +21,7 @@ module.exports = absolute;
21
function absolute(path, $) {
22
var parts = url.parse(path);
23
var remote = parts.protocol + '//' + parts.hostname;
24
- $('a[href]').each(abs);
+ $('a[href], img[src]').each(abs);
25
26
function abs(i, el) {
27
var $el = $(el);
0 commit comments