We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13d534a commit 8859141Copy full SHA for 8859141
lib/plugins/system/oembed/oembed.js
@@ -44,7 +44,7 @@ function _getOembedIframe(oembed) {
44
html = entities.decodeHTML(html);
45
}
46
47
- var $container = cheerio('<div>');
+ var $container = cheerio.load('<div></div>')('div');
48
try {
49
$container.html(html);
50
} catch (ex) {}
0 commit comments