Skip to content

Commit 5383ee0

Browse files
committed
[AUTO] Sync MapML Build
1 parent 062f4de commit 5383ee0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dist/mapml.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,8 @@
342342
path._path.removeAttribute("tabindex");
343343
}
344344
if(path._path.childElementCount === 0) {
345-
let title = document.createElement("title");
346-
title.innerText = path.accessibleTitle;
345+
let title = L.SVG.create("title");
346+
title.innerHTML = path.accessibleTitle;
347347
path._path.appendChild(title);
348348
}
349349
path._path.setAttribute("aria-expanded", "false");

0 commit comments

Comments
 (0)