We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49d724d + 3d3e16d commit 0e6ca7dCopy full SHA for 0e6ca7d
folium/features.py
@@ -1092,7 +1092,7 @@ class DivIcon(MacroElement):
1092
{% if this.icon_anchor %}iconAnchor: [{{this.icon_anchor[0]}},{{this.icon_anchor[1]}}],{% endif %}
1093
{% if this.popup_anchor %}popupAnchor: [{{this.popup_anchor[0]}},{{this.popup_anchor[1]}}],{% endif %}
1094
{% if this.className %}className: '{{this.className}}',{% endif %}
1095
- {% if this.html %}html: '{{this.html}}',{% endif %}
+ {% if this.html %}html: `{{this.html}}`,{% endif %}
1096
});
1097
{{this._parent.get_name()}}.setIcon({{this.get_name()}});
1098
{% endmacro %}
0 commit comments