1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-17 17:08:37 +00:00

Force raw on content

We don't want Symfony to escape html content
This commit is contained in:
Jeremy 2015-04-01 16:11:19 +02:00
parent 14d7a69b8c
commit 7d74a2f32b

View file

@ -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>