Commit aec89c4c authored by Russ Cox's avatar Russ Cox

mime: fix build

R=bradfitz
CC=golang-dev
https://golang.org/cl/4695060
parent a16ad6fe
...@@ -19,7 +19,7 @@ var typeFiles = []string{ ...@@ -19,7 +19,7 @@ var typeFiles = []string{
} }
var mimeTypes = map[string]string{ var mimeTypes = map[string]string{
".css": "text/css", ".css": "text/css; charset=utf-8",
".gif": "image/gif", ".gif": "image/gif",
".htm": "text/html; charset=utf-8", ".htm": "text/html; charset=utf-8",
".html": "text/html; charset=utf-8", ".html": "text/html; charset=utf-8",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment