aboutsummaryrefslogtreecommitdiff
path: root/src/html/template/css.go
AgeCommit message (Expand)Author
2023-05-02html/template: disallow angle brackets in CSS valuesRoland Shoemaker
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2019-02-26html/template: use strings.BuilderJosh Bleecher Snyder
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2016-04-10all: replace magic 0x80 with named constant utf8.RuneSelfMartin Möhrmann
2016-04-01all: use bytes.Equal, bytes.Contains and strings.ContainsDominik Honnef
2015-05-19html/template: fix string iteration in replacement operationsDidier Spezia
2014-09-08build: move package sources from src/pkg to srcRuss Cox