Skip to content
New issue

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

Update the xmlns="http://www.w3.org/1999/xhtml/" in all mapml files #894

Closed
AliyanH opened this issue Oct 6, 2023 · 1 comment
Closed
Labels

Comments

@AliyanH
Copy link
Member

AliyanH commented Oct 6, 2023

After #887 (where map-extent is established as a custom element) we discovered that a few remote files were not working properly this is because the xmlns was set incorrectly and had a trailing back slash.

We need to update mapml files across all repos to remove the trailing back slash, to go from:

xmlns="http://www.w3.org/1999/xhtml/"

to

xmlns="http://www.w3.org/1999/xhtml"

@yhy0217
Copy link
Contributor

yhy0217 commented Nov 8, 2023

Resolved in #887

@yhy0217 yhy0217 closed this as completed Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants