]> Cypherpunks repositories - gostls13.git/commitdiff
misc/pprof: fix html5 doctype declaration
authorShenghou Ma <minux.ma@gmail.com>
Sun, 9 Jun 2013 14:01:03 +0000 (22:01 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Sun, 9 Jun 2013 14:01:03 +0000 (22:01 +0800)
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/10099045

misc/pprof

index 5a43b66d2cd99622d043cf1a66b0a438fb0db85b..83c7942d1af8c0d47e221730d5657b5e090d17a4 100755 (executable)
@@ -1381,7 +1381,7 @@ sub PrintListing {
 
 sub HtmlListingHeader {
   return <<'EOF';
-<DOCTYPE html>
+<!DOCTYPE html>
 <html>
 <head>
 <title>Pprof listing</title>