From: Russ Cox Date: Wed, 13 Mar 2013 19:22:59 +0000 (-0400) Subject: cmd/godoc: fix BUGS heading in text mode X-Git-Tag: go1.1rc2~525 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4e63d6ee4d55c706c3e24b718d89ece9c7faec16;p=gostls13.git cmd/godoc: fix BUGS heading in text mode All the headings are CAPS not Title. Fixes #4843. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/7792043 --- diff --git a/lib/godoc/package.txt b/lib/godoc/package.txt index de40a749b6..765bd769e1 100644 --- a/lib/godoc/package.txt +++ b/lib/godoc/package.txt @@ -65,7 +65,7 @@ TYPES */}}{{with $.Notes}} {{range $marker, $content := .}} -{{noteTitle $marker}}s +{{$marker}}S {{range $content}}{{comment_text . " " "\t"}} {{end}}{{end}}{{end}}{{end}}{{/*