pkg/context: add doctype to go-get=1 response (#4938)

This commit is contained in:
Drahoslav Bednář
2018-03-06 22:43:48 +01:00
committed by jc
parent 2a8a293c7c
commit 7faa2356d8

View File

@@ -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(`<!doctype html>
<html>
<head>
<meta name="go-import" content="{GoGetImport} git {CloneLink}">