mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
lowercase tag names
This commit is contained in:
@@ -108,7 +108,7 @@ public class HTMLControls {
|
||||
public Set<String> fromString(@NotNull String value) {
|
||||
final THashSet<String> result = new THashSet<String>();
|
||||
for (String closingTag : StringUtil.split(value, ",")) {
|
||||
result.add(closingTag.trim());
|
||||
result.add(closingTag.trim().toLowerCase(Locale.US));
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user