Skip to content

Commit b3b4085

Browse files
committed
Merge pull request #253 from BibMartin/issue252
Fix issue #252
2 parents 9fe7593 + ab7c3dd commit b3b4085

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)