Corrected default value of the DocumentType.internalSubset attribute based

on a clarification sent to the www-dom list.
This commit is contained in:
Fred Drake 2001-04-05 14:41:30 +00:00
parent 9b3bc49575
commit dc806704b5
1 changed files with 1 additions and 1 deletions

View File

@ -727,7 +727,7 @@ class DocumentType(Node):
name = None
publicId = None
systemId = None
internalSubset = ""
internalSubset = None
entities = None
notations = None