go.tools/cmd/cover: add content-type meta tag to HTML output
Fixes golang/go#6435. R=golang-dev, r CC=golang-dev https://golang.org/cl/13822045
This commit is contained in:
parent
26a4f47422
commit
eb130cb481
|
@ -177,6 +177,7 @@ const tmplHTML = `
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<style>
|
||||
body {
|
||||
background: black;
|
||||
|
|
Loading…
Reference in New Issue