Commit 5bd88b02 authored by Ingo Oeser's avatar Ingo Oeser Committed by Brad Fitzpatrick

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/112675Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 25f73db0
...@@ -319,7 +319,7 @@ var indexTmpl = template.Must(template.New("index").Parse(`<html> ...@@ -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>
......
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