]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/godoc: fix BUGS heading in text mode
authorRuss Cox <rsc@golang.org>
Wed, 13 Mar 2013 19:22:59 +0000 (15:22 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 13 Mar 2013 19:22:59 +0000 (15:22 -0400)
All the headings are CAPS not Title.

Fixes #4843.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7792043

lib/godoc/package.txt

index de40a749b6b6e73c503a5f0af9dc0238ad8836d9..765bd769e1d8e71c3620d90a9f8ba690161df525 100644 (file)
@@ -65,7 +65,7 @@ TYPES
 
 */}}{{with $.Notes}}
 {{range $marker, $content := .}}
-{{noteTitle $marker}}s
+{{$marker}}S
 
 {{range $content}}{{comment_text . "    " "\t"}}
 {{end}}{{end}}{{end}}{{end}}{{/*