]> Cypherpunks repositories - gostls13.git/commit
template: fixed html formatter bug where it would turn a []byte
authorAndrew Gerrand <adg@golang.org>
Thu, 18 Mar 2010 22:46:39 +0000 (09:46 +1100)
committerAndrew Gerrand <adg@golang.org>
Thu, 18 Mar 2010 22:46:39 +0000 (09:46 +1100)
commitc10ccd567d92a98826356dab934719667098a878
tree3a83264537db67dd8dde9b514a0a1e757df34a55
parent44670373533d47a48fb7c9abe045c004bfa4b2b3
template: fixed html formatter bug where it would turn a []byte
into a string of decimal numbers.

R=r, rsc
CC=golang-dev
https://golang.org/cl/624041
src/pkg/template/format.go
src/pkg/template/template_test.go