Set charset to UTF-8 in compute state output
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
e2c6cc6c6d
commit
f2e89e6b16
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user