Skip to content
This repository has been archived by the owner on Nov 20, 2021. It is now read-only.

Commit

Permalink
LPS-55172 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
jbalsas committed Apr 23, 2015
1 parent 616e4b8 commit 5826812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util-taglib/src/com/liferay/taglib/aui/InputTag.java
Expand Up @@ -77,7 +77,7 @@ else if (Validator.isNotNull(type)) {
baseType = type;
}
else if (Validator.equals(type, "toggle-card") ||
Validator.equals(type, "toggle-switch")) {
Validator.equals(type, "toggle-switch")) {
baseType = "checkbox";
}
}
Expand Down

0 comments on commit 5826812

Please sign in to comment.