From de34f0ad839cfca27ffbcf9f93b00b7fb86505d0 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 9 Oct 2024 18:52:27 +0200 Subject: [PATCH] Fix bad comment --- changedetectionio/html_tools.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/changedetectionio/html_tools.py b/changedetectionio/html_tools.py index a3832817..19d1bad7 100644 --- a/changedetectionio/html_tools.py +++ b/changedetectionio/html_tools.py @@ -356,8 +356,7 @@ def strip_ignore_text(content, wordlist, mode="content"): got_match = True if not got_match: - # Not ignored - # Plus "\n" because + # Not ignored, and should preserve "keepends" output.append(line) else: ignored_line_numbers.append(i)