We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fe7593 + ab7c3dd commit b3b4085Copy full SHA for b3b4085
1 file changed
folium/element.py
@@ -358,7 +358,7 @@ def __init__(self, data, width="100%", height="100%"):
358
self._template = Template(u"""
359
<div id="{{this.get_name()}}"
360
style="width: {{this.width[0]}}{{this.width[1]}}; height: {{this.height[0]}}{{this.height[1]}};">
361
- {{this.data}}</div>
+ {{this.data|e}}</div>
362
""")
363
364
0 commit comments