1
0
mirror of https://github.com/golang/go synced 2024-10-07 11:21:22 -06:00
go/src/pkg/html
Nigel Tao 6277656d69 html, exp/html: escape ' and " as ' and ", since IE8 and
below do not support '.

This makes package html consistent with package text/template's
HTMLEscape function.

Fixes #3489.

R=rsc, mikesamuel, dsymonds
CC=golang-dev
https://golang.org/cl/5992071
2012-04-12 09:35:43 +10:00
..
template html/template: fix typo and make grammar consistent in comments. 2012-03-21 10:10:44 +11:00
entity_test.go renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* 2011-11-08 15:40:58 -08:00
entity.go cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: use rune 2011-10-25 22:20:02 -07:00
escape.go html, exp/html: escape ' and " as ' and ", since IE8 and 2012-04-12 09:35:43 +10:00