- https:
This commit is contained in:
Nut.andor
2022-09-03 23:01:43 +02:00
parent 0f20f0cd6d
commit 7ae4d9d3f6
8 changed files with 17 additions and 11 deletions

View File

@@ -153,7 +153,7 @@ public class TMXMapWriter
}
private void writeMap(Map map, XMLWriter w, String wp) throws IOException {
w.writeDocType("map", null, "http://mapeditor.org/dtd/1.0/map.dtd");
w.writeDocType("map", null, "https://mapeditor.org/dtd/1.0/map.dtd");
w.startElement("map");
w.writeAttribute("version", "1.0");