1
0
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:
Shenghou Ma 2013-06-09 22:01:03 +08:00
parent faef52c214
commit 37c81d5870

View File

@ -1381,7 +1381,7 @@ sub PrintListing {
sub HtmlListingHeader {
return <<'EOF';
<DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<title>Pprof listing</title>