Set charset to UTF-8 in compute state output

Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera 2020-08-12 16:38:32 +02:00
parent e2c6cc6c6d
commit f2e89e6b16
No known key found for this signature in database
GPG Key ID: 9A9AF56F8B3879BA

View File

@ -913,6 +913,7 @@ func printInternalExecutions(prefix string, trace []types.ExecutionTrace) {
var compStateTemplate = `
<html>
<head>
<meta charset="UTF-8">
<style>
html, body { font-family: monospace; }
a:link, a:visited { color: #004; }