Skip to content

Commit ab7c3dd

Browse files
author
Martin Journois
committed
Fix issue #252
1 parent 9fe7593 commit ab7c3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

folium/element.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ def __init__(self, data, width="100%", height="100%"):
358358
self._template = Template(u"""
359359
<div id="{{this.get_name()}}"
360360
style="width: {{this.width[0]}}{{this.width[1]}}; height: {{this.height[0]}}{{this.height[1]}};">
361-
{{this.data}}</div>
361+
{{this.data|e}}</div>
362362
""")
363363

364364

0 commit comments

Comments
 (0)