]> Cypherpunks repositories - gostls13.git/commit
html/template: fix nil pointer bug
authorRob Pike <r@golang.org>
Wed, 14 Mar 2012 04:08:54 +0000 (15:08 +1100)
committerRob Pike <r@golang.org>
Wed, 14 Mar 2012 04:08:54 +0000 (15:08 +1100)
commit214a1ca3c5d7f8d633587cf6faff2868f341b31b
tree95138e97e56fe122c0b22397af7a5c23eea4c7bb
parent9eeb90945eb56edc9095c662741b89170e522419
html/template: fix nil pointer bug
Fixes #3272.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5819046
src/pkg/html/template/escape_test.go
src/pkg/html/template/template.go