]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
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)
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.


No differences found