]> Cypherpunks repositories - gostls13.git/commit
html/template: adjust ambiguous URL context text
authorRuss Cox <rsc@golang.org>
Wed, 19 Oct 2016 17:14:16 +0000 (13:14 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 19 Oct 2016 17:40:43 +0000 (17:40 +0000)
commitd2315fdc11ebdf5c0ae94f33cb01ffaab82c00b6
tree168e965c087b3b113405c2500ad594ae0f38d80d
parent13c65723419a41a8b5339e11f40fe2ecf0bbc8ab
html/template: adjust ambiguous URL context text

Before: ... appears in an ambiguous URL context.
After:  ... appears in an ambiguous context within a URL.

It's a minor point, but it's confused multiple people.
Try to make clearer that the ambiguity is "where exactly inside the URL?"

Fixes #17319.

Change-Id: Id834868d1275578036c1b00c2bdfcd733d9d2b7b
Reviewed-on: https://go-review.googlesource.com/31465
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/html/template/error.go
src/html/template/escape.go
src/html/template/escape_test.go