Commit a70668fa authored by Guido van Rossum's avatar Guido van Rossum

added &quot def

parent f8c35bee
...@@ -5,6 +5,7 @@ entitydefs = { ...@@ -5,6 +5,7 @@ entitydefs = {
'lt': '<', 'lt': '<',
'gt': '>', 'gt': '>',
'amp': '&', 'amp': '&',
'quot': '"',
'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