Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(50)

Issue 4695060: code review 4695060: mime: fix build (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 9 months ago by rsc
Modified:
13 years, 9 months ago
Reviewers:
brainman
CC:
bradfitz, golang-dev
Visibility:
Public.

Description

mime: fix build

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/pkg/mime/type.go View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4
rsc
Hello bradfitz (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg
13 years, 9 months ago (2011-07-14 03:04:10 UTC) #1
rsc
*** Submitted as http://code.google.com/p/go/source/detail?r=bd049019f550 *** mime: fix build R=bradfitz CC=golang-dev http://codereview.appspot.com/4695060
13 years, 9 months ago (2011-07-14 03:04:15 UTC) #2
brainman
LGTM
13 years, 9 months ago (2011-07-14 03:29:38 UTC) #3
bradfitz
13 years, 9 months ago (2011-07-14 04:19:44 UTC) #4
LGTM

On Wed, Jul 13, 2011 at 8:04 PM, <rsc@golang.org> wrote:

> Reviewers: bradfitz,
>
> Message:
> Hello bradfitz (cc: golang-dev@googlegroups.com),
>
> I'd like you to review this change to
> https://go.googlecode.com/hg
>
>
> Description:
> mime: fix build
>
> Please review this at
http://codereview.appspot.com/**4695060/<http://codereview.appspot.com/4695060/>
>
> Affected files:
>  M src/pkg/mime/type.go
>
>
> Index: src/pkg/mime/type.go
> ==============================**==============================**=======
> --- a/src/pkg/mime/type.go
> +++ b/src/pkg/mime/type.go
> @@ -19,7 +19,7 @@
>  }
>
>  var mimeTypes = map[string]string{
> -       ".css":  "text/css",
> +       ".css":  "text/css; charset=utf-8",
>        ".gif":  "image/gif",
>        ".htm":  "text/html; charset=utf-8",
>        ".html": "text/html; charset=utf-8",
>
>
>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b