We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 641e61d commit 5681c84Copy full SHA for 5681c84
src/html/escape.go
@@ -12,7 +12,7 @@ import (
12
13
// These replacements permit compatibility with old numeric entities that
14
// assumed Windows-1252 encoding.
15
-// http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html#consume-a-character-reference
+// https://html.spec.whatwg.org/multipage/parsing.html#numeric-character-reference-end-state
16
var replacementTable = [...]rune{
17
'\u20AC', // First entry is what 0x80 should be replaced with.
18
'\u0081',
0 commit comments