**Which resource(s) have this problem?** <!-- Please do not include the resource in the title as we will assign a label) --> Map editor **Describe the bug** <!-- A clear and concise description of what the bug is. --> When saving map, map editor don't add xmlns namespace declaration. **To Reproduce** Create any map, save it. you will see: ```xml <map edf:definitions="editor_main"></map> ``` as your map. **Expected behavior** Root node should contain namespace definition: ```xml <map xmlns:edf="https://wiki.multitheftauto.com/wiki/Resource:Editor/EDF" edf:definitions="editor_main"> ``` **Screenshots** / **Version** all mta versions **Additional context**