diff options
Diffstat (limited to 'Lib/htmlentitydefs.py')
-rw-r--r-- | Lib/htmlentitydefs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/htmlentitydefs.py b/Lib/htmlentitydefs.py index 09cc19a..55aefaa 100644 --- a/Lib/htmlentitydefs.py +++ b/Lib/htmlentitydefs.py @@ -5,6 +5,7 @@ entitydefs = { 'lt': '<', 'gt': '>', 'amp': '&', + 'quot': '"', 'nbsp': chr(160), # no-break space 'iexcl': chr(161), # inverted exclamation mark 'cent': chr(162), # cent sign |