]> Cypherpunks repositories - gostls13.git/commit
- added missing formatters in templates
authorRobert Griesemer <gri@golang.org>
Wed, 28 Oct 2009 23:19:09 +0000 (16:19 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 28 Oct 2009 23:19:09 +0000 (16:19 -0700)
commitc54cb4cb4dc87726060ea8f7b677d918a3676231
tree3acb3c2944ea6c90eb8845a3fe4c8554a83b5ade
parent32e979c0de1d13e51b0295392ba6f5778b2f3902
- added missing formatters in templates
- replaced deprecated use of </font> with </span> tag
- added html escaping to godoc formatters where missing
- enabled text format for package documentation

R=rsc
http://go/go-review/1017001
lib/godoc/package.html
lib/godoc/parseerror.html
lib/godoc/search.html
src/cmd/godoc/godoc.go