Commit f089f32a57d9943312bc3ceb14f64cca1d1fac9c
1 parent
75829253
Exists in
master
and in
1 other branch
Adicionado "tagsForm.add("a");"
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
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()); |