pull/109/merge
Shadab Zafar 6 years ago committed by GitHub
commit 36237ddb18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -167,7 +167,7 @@ class Document:
An internal method, which can be overridden in subclasses, for example, An internal method, which can be overridden in subclasses, for example,
to disable or to improve DOM-to-text conversion in .summary() method to disable or to improve DOM-to-text conversion in .summary() method
""" """
return clean_attributes(tounicode(self.html)) return clean_attributes(tounicode(self._html(True)))
def summary(self, html_partial=False): def summary(self, html_partial=False):
""" """

Loading…
Cancel
Save