Skip to content

Commit 888c3e3

Browse files
davidgrovesDavid Groves
andauthored
Hard coded charset to UTF-8 (#3604)
Co-authored-by: David Groves <[email protected]>
1 parent 62cd377 commit 888c3e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

altair/utils/html.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<!DOCTYPE html>
1717
<html>
1818
<head>
19+
<meta charset="UTF-8">
1920
{%- endif %}
2021
<style>
2122
#{{ output_div }}.vega-embed {
@@ -208,6 +209,7 @@
208209
<!DOCTYPE html>
209210
<html>
210211
<head>
212+
<meta charset="UTF-8">
211213
<style>
212214
#{{ output_div }}.vega-embed {
213215
width: 100%;

0 commit comments

Comments
 (0)