Skip to content

Commit 52c4488

Browse files
lusinganderianlancetaylor
authored andcommitted
html: update URL in comment
The comment contained a link that had a file name and ID that no longer existed, so change to the URL of the corresponding part of the latest page. Change-Id: I74e0885aabf470facc39b84035f7a83fef9c6a8e GitHub-Last-Rev: 5681c84 GitHub-Pull-Request: #36514 Reviewed-on: https://go-review.googlesource.com/c/go/+/214181 Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 641e61d commit 52c4488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/html/escape.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
// These replacements permit compatibility with old numeric entities that
1414
// assumed Windows-1252 encoding.
15-
// http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html#consume-a-character-reference
15+
// https://html.spec.whatwg.org/multipage/parsing.html#numeric-character-reference-end-state
1616
var replacementTable = [...]rune{
1717
'\u20AC', // First entry is what 0x80 should be replaced with.
1818
'\u0081',

0 commit comments

Comments
 (0)