summaryrefslogtreecommitdiff
path: root/Lib/htmlentitydefs.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-05-28 23:18:55 +0000
committerGuido van Rossum <guido@python.org>1996-05-28 23:18:55 +0000
commita70668fae47282ea8c40e8bf1ed00e927161fd8b (patch)
treef75275b43f6c92c63db804ea931a71d9d0fa8edc /Lib/htmlentitydefs.py
parentf8c35bee20c4e59902f57bb81f46953669587cad (diff)
downloadcpython-a70668fae47282ea8c40e8bf1ed00e927161fd8b.tar.gz
added &quot def
Diffstat (limited to 'Lib/htmlentitydefs.py')
-rw-r--r--Lib/htmlentitydefs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/htmlentitydefs.py b/Lib/htmlentitydefs.py
index 09cc19ad49..55aefaa5ed 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