Skip to content

Commit

Permalink
fix(html): set utf-8 charset (#1592)
Browse files Browse the repository at this point in the history
  • Loading branch information
Djaler authored and nicojs committed Jun 24, 2019
1 parent d365a47 commit fb858ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/html-reporter/src/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>

<head>
<meta charset="utf-8">
<script src="mutation-test-elements.js"></script>
</head>

Expand All @@ -15,4 +16,4 @@
<script src="bind-mutation-test-report.js"></script>
</body>

</html>
</html>

0 comments on commit fb858ca

Please sign in to comment.