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 322 tagsForm.add("option");
323 323 tagsForm.add("optgroup");
324 324 tagsForm.add("button");
  325 + tagsForm.add("a");
  326 +
325 327  
326 328 if(element != null)
327 329 return tagsForm.contains(element.getName());
... ...