RSS fetch - RSS field <title> was not rendering as text correctly, added workaround #1879

This commit is contained in:
dgtlmoon
2023-10-19 16:42:05 +02:00
committed by GitHub
parent 1c0fe4c23e
commit 7220afab0a
3 changed files with 14 additions and 14 deletions

View File

@@ -274,7 +274,7 @@ class perform_site_check(difference_detection_processor):
html_tools.html_to_text(
html_content=html_content,
render_anchor_tag_content=do_anchor,
is_rss=is_rss
is_rss=is_rss # #1874 activate the <title workaround hack
)
# Re #340 - return the content before the 'ignore text' was applied