Skip to content

Commit

Permalink
Merge pull request #292 from tsenart/plot-utf8
Browse files Browse the repository at this point in the history
Add meta charset=utf-8 tag in plot reporter HTML output
  • Loading branch information
tsenart authored Jun 12, 2018
2 parents eb9b363 + e8e29f3 commit 66f3db7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/reporters.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ const (
<html>
<head>
<title>%s</title>
<meta charset="utf-8">
</head>
<body>
<div id="latencies" style="font-family: Courier; width: 100%%; height: 600px"></div>
Expand Down

0 comments on commit 66f3db7

Please sign in to comment.