RSS fetch - RSS field <title> was not rendering as text correctly, added workaround #1879
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user