From: Quoc-Viet Nguyen Date: Thu, 19 Mar 2015 14:40:37 +0000 (+1000) Subject: net/http/pprof: Correct body tag in index template X-Git-Tag: go1.5beta1~1511 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7274b1f6c92a46eb50cc4fdc907542f3da7ad6d9;p=gostls13.git net/http/pprof: Correct body tag in index template The body tag in the pprof template was misplaced. Change-Id: Icd7948b358f52df1acc7e033ab27a062990ef977 Reviewed-on: https://go-review.googlesource.com/7795 Reviewed-by: Brad Fitzpatrick --- diff --git a/src/net/http/pprof/pprof.go b/src/net/http/pprof/pprof.go index 61ac67f3b1..02cde50535 100644 --- a/src/net/http/pprof/pprof.go +++ b/src/net/http/pprof/pprof.go @@ -222,9 +222,9 @@ var indexTmpl = template.Must(template.New("index").Parse(` /debug/pprof/ + /debug/pprof/

- profiles:
{{range .}}