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 | 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()); | ... | ... |