Kaydet (Commit) d58364e7 authored tarafından Guido van Rossum's avatar Guido van Rossum

added lt, gt, amp back to entity definitions

üst ee3de2a8
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
# http://www.w3.org/hypertext/WWW/MarkUp/html-spec/html-spec_14.html # http://www.w3.org/hypertext/WWW/MarkUp/html-spec/html-spec_14.html
entitydefs = { entitydefs = {
'lt': '<',
'gt': '>',
'amp': '&',
'nbsp': chr(160), # no-break space 'nbsp': chr(160), # no-break space
'iexcl': chr(161), # inverted exclamation mark 'iexcl': chr(161), # inverted exclamation mark
'cent': chr(162), # cent sign 'cent': chr(162), # cent sign
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment