diff options
| author | Russ Cox <rsc@golang.org> | 2013-03-13 15:22:59 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2013-03-13 15:22:59 -0400 |
| commit | 4e63d6ee4d55c706c3e24b718d89ece9c7faec16 (patch) | |
| tree | 911024101c5aa670491e4acc4493ada4a73ae45b /lib | |
| parent | cb8aebf19d7291ec0acc7fcfc7d9fd0010f66cdc (diff) | |
| download | go-4e63d6ee4d55c706c3e24b718d89ece9c7faec16.tar.xz | |
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
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/godoc/package.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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}}{{/* |
