aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-08-16 10:11:14 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-08-16 10:11:14 -0700
commitde68622663f158f2cddbd92a2bfdaf319a8b23e5 (patch)
treef09d338920891628159fc42e9d5c8c36441813d8 /spec.txt
parentc324cfeaca81a8c07528d3a7df83592a4e5619c1 (diff)
Reflow paragraph to avoid unwanted list item.
Closes #361.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec.txt b/spec.txt
index aa2b3a7..3797944 100644
--- a/spec.txt
+++ b/spec.txt
@@ -4917,8 +4917,8 @@ than HTML need not be HTML-entity aware. HTML renderers may either escape
Unicode characters as entities or leave them as they are. (However,
`"`, `&`, `<`, and `>` must always be rendered as entities.)
-[Named entities](@name-entities) consist of `&`
-+ any of the valid HTML5 entity names + `;`. The
+[Named entities](@name-entities) consist of `&` + any of the valid
+HTML5 entity names + `;`. The
[following document](https://html.spec.whatwg.org/multipage/entities.json)
is used as an authoritative source of the valid entity names and their
corresponding code points.