]> Cypherpunks repositories - gostls13.git/commit
html/template: don't indirect past a Stringer
authorRob Pike <r@golang.org>
Mon, 20 Feb 2012 03:23:45 +0000 (14:23 +1100)
committerRob Pike <r@golang.org>
Mon, 20 Feb 2012 03:23:45 +0000 (14:23 +1100)
commit0ce6c87004245fcbfe0747fa42b2a23d52890154
treecbe898292ad967f4d658969256cee2d761774fa7
parenta53317668a9b29cf4633e67d1d83947eee92c951
html/template: don't indirect past a Stringer

While we're here, get rid of the old names for the escaping functions.

Fixes #3073.

R=golang-dev, dsymonds, rsc
CC=golang-dev
https://golang.org/cl/5685049
src/pkg/html/template/content.go
src/pkg/html/template/content_test.go
src/pkg/html/template/escape.go