diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index cb7066b3..cbc4854e 100644 --- a/changedetectionio/__init__.py +++ b/changedetectionio/__init__.py @@ -352,9 +352,8 @@ def changedetection_app(config=None, datastore_o=None): latest_fname = watch.history[dates[-1]] html_diff = diff.render_diff(prev_fname, latest_fname, include_equal=False, line_feed_sep="
") - fe.description(description="

{}

{}" - "]]>".format(watch_title, html_diff)) + fe.content(content="

{}

{}".format(watch_title, html_diff), + type='CDATA') fe.guid(guid, permalink=False) dt = datetime.datetime.fromtimestamp(int(watch.newest_history_key))