mirror of
https://github.com/golang/go
synced 2024-11-24 02:20:18 -07:00
net/http/pprof: fix typo on new index page
s/thread/thead/ as this is Table HEAD and not a thread as indicated by the closing tag an context this apears in. Change-Id: I3aa0cc95b96c9a594cb5a49713efa22d67e4990c Reviewed-on: https://go-review.googlesource.com/112675 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
25f73db0b6
commit
5bd88b028b
@ -319,7 +319,7 @@ var indexTmpl = template.Must(template.New("index").Parse(`<html>
|
|||||||
<br>
|
<br>
|
||||||
Types of profiles available:
|
Types of profiles available:
|
||||||
<table>
|
<table>
|
||||||
<thread><td>Count</td><td>Profile</td></thead>
|
<thead><td>Count</td><td>Profile</td></thead>
|
||||||
{{range .}}
|
{{range .}}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{.Count}}</td><td><a href={{.Href}}>{{.Name}}</a></td>
|
<td>{{.Count}}</td><td><a href={{.Href}}>{{.Name}}</a></td>
|
||||||
|
Loading…
Reference in New Issue
Block a user