Commit 563a10cb authored by Dmitry Avdeev's avatar Dmitry Avdeev
Browse files

IDEA-143145 com.intellij.javaee.DefaultSchemasConfigurable#isModified returns...

IDEA-143145 com.intellij.javaee.DefaultSchemasConfigurable#isModified returns true for default value
parent 77d42305
Showing with 1 addition and 1 deletion
+1 -1
......@@ -53,7 +53,7 @@ public class DefaultSchemasConfigurable implements Configurable {
@NotNull
private String getDoctype() {
if (myHtml4RadioButton.isSelected()) {
return XmlUtil.XHTML_URI;
return XmlUtil.XHTML4_SCHEMA_LOCATION;
}
if (myHtml5RadioButton.isSelected()) {
return Html5SchemaProvider.getHtml5SchemaLocation();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment