Skip to content

Commit e09c86d

Browse files
committed
Tempalte update
1 parent 90d68f7 commit e09c86d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

changedetectionio/rss_tools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ def repl(m):
138138
<br>
139139
{%- endif -%}
140140
{%- if entry.dc_content -%}
141-
{{ entry.dc_content | safe }}
141+
Content: {{ entry.dc_content | safe }}
142142
{%- elif entry.content and entry.content[0].value -%}
143-
{{ entry.content[0].value | safe }}
143+
Content: {{ entry.content[0].value | safe }}
144144
{%- elif entry.summary -%}
145145
{%- if is_atom -%}
146146
<strong>Summary:</strong><br>

0 commit comments

Comments
 (0)