diff options
-rw-r--r-- | bs4/element.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bs4/element.py b/bs4/element.py index 07bd893..658115d 100644 --- a/bs4/element.py +++ b/bs4/element.py @@ -769,6 +769,7 @@ class Tag(PageElement): # special. self.can_be_empty_element = False self.cdata_list_attributes = None + self.preserve_whitespace_tags = None else: # Set up any substitutions for this tag, such as the charset in a META tag. builder.set_up_substitutions(self) |