Skip to content

Commit ce55338

Browse files
lusinganderLukeShu
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: 5681c84d9f1029449da6860c65a1d9a128296e85 GitHub-Pull-Request: golang/go#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]> Cherry-picked-from: golang/go@52c4488
1 parent d676462 commit ce55338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-
// https://html.spec.whatwg.org/multipage/syntax.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)