Skip to content

Commit e441f5b

Browse files
committed
visualizer: fixed encoding in the html template
1 parent 615b502 commit e441f5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ants/visualizer/replay.html.template

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
22
<html>
33
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
45
<title>Ant Canvas</title>
56
<script type="text/javascript" src="## PATH PLACEHOLDER ##js/visualizer.js"></script>
67
<script type="text/javascript">

0 commit comments

Comments
 (0)