mirror of
https://github.com/golang/go
synced 2024-11-22 02:14:40 -07:00
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
Block a user