We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d68f7 commit e09c86dCopy full SHA for e09c86d
changedetectionio/rss_tools.py
@@ -138,9 +138,9 @@ def repl(m):
138
<br>
139
{%- endif -%}
140
{%- if entry.dc_content -%}
141
-{{ entry.dc_content | safe }}
+Content: {{ entry.dc_content | safe }}
142
{%- elif entry.content and entry.content[0].value -%}
143
-{{ entry.content[0].value | safe }}
+Content: {{ entry.content[0].value | safe }}
144
{%- elif entry.summary -%}
145
{%- if is_atom -%}
146
<strong>Summary:</strong><br>
0 commit comments