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 e09c86d commit 91729aeCopy full SHA for 91729ae
changedetectionio/rss_tools.py
@@ -138,14 +138,11 @@ def repl(m):
138
<br>
139
{%- endif -%}
140
{%- if entry.dc_content -%}
141
-Content: {{ entry.dc_content | safe }}
+<strong>Content:</strong> {{ entry.dc_content | safe }}
142
{%- elif entry.content and entry.content[0].value -%}
143
-Content: {{ entry.content[0].value | safe }}
+<strong>Content:</strong> {{ entry.content[0].value | safe }}
144
{%- elif entry.summary -%}
145
-{%- if is_atom -%}
146
-<strong>Summary:</strong><br>
147
-{%- endif -%}
148
-{{ entry.summary | safe }}
+<strong>Summary:</strong> {{ entry.summary | safe }}
149
150
151
"""
0 commit comments