|
@ -209,7 +209,7 @@ func Contexter() macaron.Handler { |
|
|
if err == nil && len(repo.DefaultBranch) > 0 { |
|
|
if err == nil && len(repo.DefaultBranch) > 0 { |
|
|
branchName = repo.DefaultBranch |
|
|
branchName = repo.DefaultBranch |
|
|
} |
|
|
} |
|
|
prefix := setting.AppURL + path.Join(ownerName, repoName, "src", "branch", branchName) |
|
|
|
|
|
|
|
|
prefix := setting.AppURL + path.Join(url.QueryEscape(ownerName), url.QueryEscape(repoName), "src", "branch", branchName) |
|
|
c.Header().Set("Content-Type", "text/html") |
|
|
c.Header().Set("Content-Type", "text/html") |
|
|
c.WriteHeader(http.StatusOK) |
|
|
c.WriteHeader(http.StatusOK) |
|
|
c.Write([]byte(com.Expand(`<!doctype html> |
|
|
c.Write([]byte(com.Expand(`<!doctype html> |
|
|