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:
Andrew Gerrand 2013-09-23 13:57:03 +10:00
parent 26a4f47422
commit eb130cb481
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ const tmplHTML = `
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style> <style>
body { body {
background: black; background: black;