Skip to content
Snippets Groups Projects
Unverified Commit 64bf4d1b authored by Igor Scheller's avatar Igor Scheller Committed by Matthias Schiffer
Browse files

gluon-web-osm: Fix " rendering in attribution with CDATA tag (#2398)

(cherry picked from commit bbc00017)
parent 1e4cf25e
No related branches found
No related tags found
No related merge requests found
<div id="<%=id%>" class="gluon-osm-map" style="display: none"></div>
<script type="text/javascript" src="/static/gluon-web-osm.js"></script>
<script type="text/javascript">
//<![CDATA[
(function() {
var elMap = document.getElementById(<%=json(id)%>);
var wrapper = elMap.parentNode;
......@@ -41,4 +42,5 @@
});
});
})();
//]]>
</script>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment