Commit 7274b1f6 authored by Quoc-Viet Nguyen's avatar Quoc-Viet Nguyen Committed by Brad Fitzpatrick

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/7795Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 64469fc1
......@@ -222,9 +222,9 @@ var indexTmpl = template.Must(template.New("index").Parse(`<html>
<head>
<title>/debug/pprof/</title>
</head>
<body>
/debug/pprof/<br>
<br>
<body>
profiles:<br>
<table>
{{range .}}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment