diff --git a/readability/readability.py b/readability/readability.py index 9b00234..11c0e24 100755 --- a/readability/readability.py +++ b/readability/readability.py @@ -159,7 +159,7 @@ class Document: if node_length > 80 and link_density < 0.25: append = True - elif node_length < 80 and link_density == 0 and re.search('\.( |$)', node_content): + elif node_length <= 80 and link_density == 0 and re.search('\.( |$)', node_content): append = True if append: