Skip to content

Commit

Permalink
Bad Depenizen! Bad! Get your attributes the correct way!
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Oct 17, 2015
1 parent df82262 commit e50db48
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -84,7 +84,7 @@ private String findAdditionalTags(String name, Attribute attribute) {
@TagManager.TagEvents
public void tagListener(ReplaceableTagEvent event) {
if (event.replaced()) return;
Attribute attribute = new Attribute(event.raw_tag, event.getScriptEntry());
Attribute attribute = event.getAttributes();
String replaced = null;
String name = event.getName().toLowerCase();
for (String tag : additionalTags.keySet()) {
Expand Down

0 comments on commit e50db48

Please sign in to comment.