We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which resource(s) have this problem?
Map editor
Describe the bug
When saving map, map editor don't add xmlns namespace declaration.
To Reproduce Create any map, save it. you will see:
<map edf:definitions="editor_main"></map>
as your map.
Expected behavior Root node should contain namespace definition:
<map xmlns:edf="https://wiki.multitheftauto.com/wiki/Resource:Editor/EDF" edf:definitions="editor_main">
Screenshots /
Version all mta versions
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which resource(s) have this problem?
Map editor
Describe the bug
When saving map, map editor don't add xmlns namespace declaration.
To Reproduce
Create any map, save it. you will see:
as your map.
Expected behavior
Root node should contain namespace definition:
Screenshots
/
Version
all mta versions
Additional context
The text was updated successfully, but these errors were encountered: