Commit 77add5bf6bc4c4641b57b1f4eaeae3e4f43ed959

Authored by gibransodre
1 parent fde8de62
Exists in master

ok

src/main/java/br/com/checker/emag/core/ContentEvaluation.java
... ... @@ -331,6 +331,7 @@ public class ContentEvaluation extends Evaluation {
331 331  
332 332 Element LinkComImg;
333 333  
  334 +
334 335 for (Element link : getDocument().getAllElements("a")) {
335 336 String href = link.getAttributeValue("href");
336 337 String title = link.getAttributeValue("title");
... ...