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:
parent
84315fd6fc
commit
310ceb45bc
@ -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 %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user