diff --git a/keyboards/dtd/ldmlKeyboard3.dtd b/keyboards/dtd/ldmlKeyboard3.dtd index e6bc5cbe1e9..633aece6729 100644 --- a/keyboards/dtd/ldmlKeyboard3.dtd +++ b/keyboards/dtd/ldmlKeyboard3.dtd @@ -171,7 +171,7 @@ Please view the subcommittee page for the most recent information. - + @@ -190,10 +190,10 @@ Please view the subcommittee page for the most recent information. - - + + - + diff --git a/keyboards/dtd/ldmlKeyboard3.xsd b/keyboards/dtd/ldmlKeyboard3.xsd index 0799c14087d..9a445135fc8 100644 --- a/keyboards/dtd/ldmlKeyboard3.xsd +++ b/keyboards/dtd/ldmlKeyboard3.xsd @@ -316,7 +316,7 @@ Note: DTD @-annotations are not currently converted to .xsd. For full CLDR file - + @@ -342,7 +342,7 @@ Note: DTD @-annotations are not currently converted to .xsd. For full CLDR file - + diff --git a/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestDtdData.java b/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestDtdData.java index 94c74885e66..b2f54ba9a0d 100644 --- a/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestDtdData.java +++ b/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestDtdData.java @@ -777,7 +777,7 @@ public boolean isDistinguishingOld(DtdType dtdType, String elementName, String a || elementName.equals("layer") && attribute.equals("id") || elementName.equals("string") && attribute.equals("id") || elementName.equals("set") && attribute.equals("id") - || elementName.equals("uSet") && attribute.equals("id")) { + || elementName.equals("uset") && attribute.equals("id")) { return true; } // fall through to old keyboard