1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-12-18 21:52:19 -05:00

[fix] content of an article was wrong

This commit is contained in:
Nicolas Lœuillet 2014-01-09 20:30:59 +01:00
parent 84315fd6fc
commit 310ceb45bc

View File

@ -13,7 +13,7 @@
<li><a href="{{ entry.url }}">{{ 'view original'|trans }}</a></li>
</ul>
<article>{{ entry.content|striptags }}</article>
<article>{{ entry.content|raw }}</article>
{% endif %}