Fix for HER-2068

This commit is contained in:
Kristinn Sigurðsson
2014-06-04 14:59:13 +00:00
parent fc43a29459
commit ece0149339
@@ -454,7 +454,7 @@ public class ExtractorHTML extends ContentExtractor implements InitializingBean
(String)value: value.toString();
CharSequence context = elementContext(element,
attr.group(6));
processEmbed(curi, codebase, context);
processLink(curi, codebase, context);
} else if (attr.start(7) > -1) {
// CLASSID, DATA
if (resources == null) {