forked from wallabag/wallabag
Force raw on content
We don't want Symfony to escape html content
This commit is contained in:
@ -23,7 +23,7 @@
|
|||||||
{% trans %}estimated reading time :{% endtrans %} < 1 min
|
{% trans %}estimated reading time :{% endtrans %} < 1 min
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
{{ entry.content -}}
|
{{ entry.content|raw -}}
|
||||||
]]>
|
]]>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
Reference in New Issue
Block a user