Commit 37c81d58 authored by Shenghou Ma's avatar Shenghou Ma

misc/pprof: fix html5 doctype declaration

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/10099045
parent faef52c2
...@@ -1381,7 +1381,7 @@ sub PrintListing { ...@@ -1381,7 +1381,7 @@ sub PrintListing {
sub HtmlListingHeader { sub HtmlListingHeader {
return <<'EOF'; return <<'EOF';
<DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Pprof listing</title> <title>Pprof listing</title>
......
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