mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-29 23:05:10 +01:00
Merge pull request #2301 from wallabag/fix-rss-feeds
fix feeds not syncing on android app
This commit is contained in:
commit
637aa17e6b
@ -16,15 +16,7 @@
|
|||||||
<guid>{{ entry.url }}</guid>
|
<guid>{{ entry.url }}</guid>
|
||||||
<pubDate>{{ entry.createdAt|date('D, d M Y H:i:s') }}</pubDate>
|
<pubDate>{{ entry.createdAt|date('D, d M Y H:i:s') }}</pubDate>
|
||||||
<description>
|
<description>
|
||||||
<![CDATA[
|
<![CDATA[{%- if entry.readingTime > 0 -%}{{ 'entry.list.reading_time_minutes'|trans({'%readingTime%': entry.readingTime}) }}{%- else -%}{{ 'entry.list.reading_time_less_one_minute'|trans|raw }}{%- endif %}{{ entry.content|raw -}}]]>
|
||||||
{%- if entry.readingTime > 0 -%}
|
|
||||||
{{ 'entry.list.reading_time_minutes'|trans({'%readingTime%': entry.readingTime}) }}
|
|
||||||
{%- else -%}
|
|
||||||
{{ 'entry.list.reading_time_less_one_minute'|trans|raw }}
|
|
||||||
{%- endif %}
|
|
||||||
|
|
||||||
{{ entry.content|raw -}}
|
|
||||||
]]>
|
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
@ -16,15 +16,7 @@
|
|||||||
<guid>{{ entry.url }}</guid>
|
<guid>{{ entry.url }}</guid>
|
||||||
<pubDate>{{ entry.createdAt|date('D, d M Y H:i:s') }}</pubDate>
|
<pubDate>{{ entry.createdAt|date('D, d M Y H:i:s') }}</pubDate>
|
||||||
<description>
|
<description>
|
||||||
<![CDATA[
|
<![CDATA[{%- if entry.readingTime > 0 -%}{{ 'entry.list.reading_time_minutes'|trans({'%readingTime%': entry.readingTime}) }}{%- else -%}{{ 'entry.list.reading_time_less_one_minute'|trans|raw }}{%- endif %}{{ entry.content|raw -}}]]>
|
||||||
{%- if entry.readingTime > 0 -%}
|
|
||||||
{{ 'entry.list.reading_time_minutes'|trans({'%readingTime%': entry.readingTime}) }}
|
|
||||||
{%- else -%}
|
|
||||||
{{ 'entry.list.reading_time_less_one_minute'|trans|raw }}
|
|
||||||
{%- endif %}
|
|
||||||
|
|
||||||
{{ entry.content|raw -}}
|
|
||||||
]]>
|
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user