Commit f089f32a57d9943312bc3ceb14f64cca1d1fac9c

Authored by gibran
1 parent 75829253

Adicionado "tagsForm.add("a");"

src/main/java/br/com/checker/emag/core/BehaviorEvaluation.java
@@ -322,6 +322,8 @@ List<Occurrence> occurrences = new ArrayList<Occurrence>(); @@ -322,6 +322,8 @@ List<Occurrence> occurrences = new ArrayList<Occurrence>();
322 tagsForm.add("option"); 322 tagsForm.add("option");
323 tagsForm.add("optgroup"); 323 tagsForm.add("optgroup");
324 tagsForm.add("button"); 324 tagsForm.add("button");
  325 + tagsForm.add("a");
  326 +
325 327
326 if(element != null) 328 if(element != null)
327 return tagsForm.contains(element.getName()); 329 return tagsForm.contains(element.getName());