Skip to content

Commit

Permalink
Add meta charset=utf-8 tag in plot reporter HTML output
Browse files Browse the repository at this point in the history
Fixes #274
  • Loading branch information
tsenart committed Jun 12, 2018
1 parent eb9b363 commit e8e29f3
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 e8e29f3

Please sign in to comment.