]> Cypherpunks repositories - gostls13.git/commit
html/template: remove noescape support
authorAndrew Gerrand <adg@golang.org>
Thu, 17 Jan 2013 23:30:12 +0000 (10:30 +1100)
committerAndrew Gerrand <adg@golang.org>
Thu, 17 Jan 2013 23:30:12 +0000 (10:30 +1100)
commitc02294344943db0e93d24d37526961b3fe851a66
tree0b7f2684f9e319e342428ed502a76bee8ef94548
parent5bd5ed2b579f656e5804ec6c1f715b5b43161932
html/template: remove noescape support

This was never documented or properly implemented.

Fixes #3528.

R=mikesamuel, rsc
CC=golang-dev
https://golang.org/cl/7142048
doc/go1.1.html
src/pkg/html/template/escape.go
src/pkg/html/template/escape_test.go