Skip to content

Commit 3e05b5b

Browse files
authored
Merge pull request #4554 from plotly/utf8-dashboard
Apply utf-8 charset in test_dashboard
2 parents 225c97e + c5b37ac commit 3e05b5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devtools/test_dashboard/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<script>document.write("<scri"+"pt src='../../dist/extras/request_animation_frame.js'></scr"+"ipt>");</script> -->
2525

2626
<script src="../../dist/extras/mathjax/MathJax.js?config=TeX-AMS-MML_SVG"></script>
27-
<script id="source" src="../../build/plotly.js"></script>
28-
<script src="../../build/test_dashboard-bundle.js"></script>
27+
<script id="source" src="../../build/plotly.js" charset="utf-8"></script>
28+
<script src="../../build/test_dashboard-bundle.js" charset="utf-8"></script>
2929
</body>
3030
</html>

0 commit comments

Comments
 (0)