diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-12-30 12:17:11 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-12-30 12:17:11 -0800 |
commit | 34e9e8eea70a8820305fe9f07d7f0a532afe6ff7 (patch) | |
tree | c9492c09aaaaf542420052fa405fe7a60afc776b | |
parent | 0effb27876abed866c98b3a4e701bfc0c9211337 (diff) |
Changed misleading undefined entity name example.
-rw-r--r-- | spec.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5013,10 +5013,10 @@ Here are some nonentities: .   &x; &#; &#x; -&ThisIsWayTooLongToBeAnEntityIsntIt; &hi?; +&ThisIsNotDefined; &hi?; . <p>&nbsp &x; &#; &#x; -&ThisIsWayTooLongToBeAnEntityIsntIt; &hi?;</p> +&ThisIsNotDefined; &hi?;</p> . Although HTML5 does accept some entity references |