]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Unescape content for Material card 1642/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 3 Feb 2016 19:45:15 +0000 (20:45 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 3 Feb 2016 19:45:15 +0000 (20:45 +0100)
commit0796532460b90cb3ef7ecbf86db6d0adc07c88b4
treef7f7d5a91a8cb40b1b4e83409905dddb7f27e56a
parent74f39b0952440fa0c55e5e8a2e1a8d2bbd3acfd7
Unescape content for Material card

Using slice & striptags, the content is automatically escaped.
If some html character need to be displayed, they'll be escape too, sth like `&amp;`.
Using |raw, the content isn't escape twice and is well displayed.
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig