Commit 77add5bf6bc4c4641b57b1f4eaeae3e4f43ed959
1 parent
fde8de62
Exists in
master
ok
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/main/java/br/com/checker/emag/core/ContentEvaluation.java
@@ -331,6 +331,7 @@ public class ContentEvaluation extends Evaluation { | @@ -331,6 +331,7 @@ public class ContentEvaluation extends Evaluation { | ||
331 | 331 | ||
332 | Element LinkComImg; | 332 | Element LinkComImg; |
333 | 333 | ||
334 | + | ||
334 | for (Element link : getDocument().getAllElements("a")) { | 335 | for (Element link : getDocument().getAllElements("a")) { |
335 | String href = link.getAttributeValue("href"); | 336 | String href = link.getAttributeValue("href"); |
336 | String title = link.getAttributeValue("title"); | 337 | String title = link.getAttributeValue("title"); |