mirror of https://github.com/golang/go.git
misc/pprof: fix html5 doctype declaration
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/10099045
This commit is contained in:
parent
faef52c214
commit
37c81d5870
|
|
@ -1381,7 +1381,7 @@ sub PrintListing {
|
|||
|
||||
sub HtmlListingHeader {
|
||||
return <<'EOF';
|
||||
<DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Pprof listing</title>
|
||||
|
|
|
|||
Loading…
Reference in New Issue