Commit bd4816da authored by Fred Drake's avatar Fred Drake

Corrected default value of the DocumentType.internalSubset attribute based

on a clarification sent to the www-dom list.
parent 914c5673
......@@ -727,7 +727,7 @@ class DocumentType(Node):
name = None
publicId = None
systemId = None
internalSubset = ""
internalSubset = None
entities = None
notations = None
......
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