Skip to content

Commit

Permalink
html: updated entity spec link
Browse files Browse the repository at this point in the history
Fixes #21194

Change-Id: Iac5187335df67f90f0f47c7ef6574de147c2ac9b
Reviewed-on: https://go-review.googlesource.com/52970
Reviewed-by: Avelino <t@avelino.xxx>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
  • Loading branch information
timakin authored and bradfitz committed Aug 8, 2017
1 parent c4ee0e2 commit 6dae588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html/entity.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package html
const longestEntityWithoutSemicolon = 6

// entity is a map from HTML entity names to their values. The semicolon matters:
// http://www.whatwg.org/specs/web-apps/current-work/multipage/named-character-references.html
// https://html.spec.whatwg.org/multipage/named-characters.html
// lists both "amp" and "amp;" as two separate entries.
//
// Note that the HTML5 list is larger than the HTML4 list at
Expand Down

0 comments on commit 6dae588

Please sign in to comment.