-
- {{ entry.title | e | raw | striptags | truncate(80, true, '…') }}
+
+ {{ entry.title | striptags | truncate(80, true, '…') | raw }}
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_preview.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_preview.html.twig
index d23be4d09..fb5301c80 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_preview.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_preview.html.twig
@@ -13,8 +13,8 @@
more_vert
-
- {{ entry.title | e | striptags | truncate(80, true, '…') | raw }}
+
+ {{ entry.title | striptags | truncate(80, true, '…') | raw }}
@@ -29,8 +29,8 @@
clear
-
- {{ entry.title | e | raw | striptags | truncate(80, true, '…') }}
+
+ {{ entry.title | striptags | truncate(80, true, '…') | raw }}
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
index 15428b923..3e8da09cc 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
@@ -1,6 +1,6 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
-{% block title %}{{ entry.title|e|raw }} ({{ entry.domainName|removeWww }}){% endblock %}
+{% block title %}{{ entry.title|striptags|raw }} ({{ entry.domainName|removeWww }}){% endblock %}
{% block body_class %}entry{% endblock %}
@@ -118,14 +118,14 @@
{% endif %}
{% if craue_setting('share_twitter') %}
-
{% endif %}
{% if craue_setting('share_shaarli') %}
-
+
shaarli
@@ -133,7 +133,7 @@
{% endif %}
{% if craue_setting('share_diaspora') %}
-
+
diaspora*
@@ -141,7 +141,7 @@
{% endif %}
{% if craue_setting('share_unmark') %}
-
+
unmark.it
@@ -149,7 +149,7 @@
{% endif %}
{% if craue_setting('carrot') %}
-
+
Carrot
@@ -157,7 +157,7 @@
{% endif %}
{% if craue_setting('share_mail') %}
-
+
{{ 'entry.view.left_menu.share_email_label'|trans }}
@@ -209,7 +209,7 @@
{% block content %}
- {{ entry.title|e|raw }} ✎
+ {{ entry.title|striptags|raw }} ✎
{% if entry.previewPicture is not null %}
-
+
{% endif %}