Merge pull request #3003 from filecoin-project/fix/charset-html

Set charset to UTF-8 in compute state output
This commit is contained in:
Łukasz Magiera 2020-08-12 16:50:45 +02:00 committed by GitHub
commit 9d20a5c97b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; }