From 7faa2356d8e9b3266807d978d9c9eafdbf763182 Mon Sep 17 00:00:00 2001 From: Drahoslav Bednář Date: Tue, 6 Mar 2018 22:43:48 +0100 Subject: pkg/context: add doctype to go-get=1 response (#4938) --- pkg/context/context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/context') diff --git a/pkg/context/context.go b/pkg/context/context.go index 1457b696..ed97395b 100644 --- a/pkg/context/context.go +++ b/pkg/context/context.go @@ -244,7 +244,7 @@ func Contexter() macaron.Handler { } prefix := setting.AppURL + path.Join(ownerName, repoName, "src", branchName) - c.PlainText(http.StatusOK, []byte(com.Expand(` + c.PlainText(http.StatusOK, []byte(com.Expand(` -- cgit v1.2.3