Skip to content
Snippets Groups Projects
Unverified Commit bbc00017 authored by Igor Scheller's avatar Igor Scheller Committed by GitHub
Browse files

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

parent 65f5a3b0
No related branches found
No related tags found
No related merge requests found
<div id="<%=id%>" class="gluon-osm-map" style="display: none"></div> <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" src="/static/gluon-web-osm.js"></script>
<script type="text/javascript"> <script type="text/javascript">
//<![CDATA[
(function() { (function() {
var elMap = document.getElementById(<%=json(id)%>); var elMap = document.getElementById(<%=json(id)%>);
var wrapper = elMap.parentNode; var wrapper = elMap.parentNode;
...@@ -41,4 +42,5 @@ ...@@ -41,4 +42,5 @@
}); });
}); });
})(); })();
//]]>
</script> </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