Merge pull request #3003 from filecoin-project/fix/charset-html
Set charset to UTF-8 in compute state output
This commit is contained in:
commit
9d20a5c97b
@ -913,6 +913,7 @@ func printInternalExecutions(prefix string, trace []types.ExecutionTrace) {
|
|||||||
var compStateTemplate = `
|
var compStateTemplate = `
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
<style>
|
<style>
|
||||||
html, body { font-family: monospace; }
|
html, body { font-family: monospace; }
|
||||||
a:link, a:visited { color: #004; }
|
a:link, a:visited { color: #004; }
|
||||||
|
Loading…
Reference in New Issue
Block a user