{{ entry.title|raw }}
+{{ entry.title|e|raw }}
{% set readingTime = entry.readingTime / app.user.config.readingSpeed %}
@@ -60,7 +60,7 @@
{{ tag.label }}
{% endfor %}
-
+
{% endif %}
{% endfor %}
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig
index 3689159bc..8ca194f64 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig
@@ -1,11 +1,11 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
-{% block title %}{{ entry.title|raw }} ({{ entry.domainName|removeWww }}){% endblock %}
+{% block title %}{{ entry.title|e|raw }} ({{ entry.domainName|removeWww }}){% endblock %}
{% block content %}
{{ entry.title|raw }} ✎
+{{ entry.title|e|raw }} ✎
@@ -67,7 +67,7 @@
{% if entry.previewPicture is not null %}
-
+
{% endif %}
{{ entry.title | raw }}
- +{{ entry.title|e|raw }}
+{{ "entry.public.shared_by_wallabag"|trans({'%wallabag_instance%': url('homepage')})|raw }}
-
- {{ entry.title | raw | striptags | truncate(80, true, '…') }}
+
+ {{ entry.title | e | raw | striptags | truncate(80, true, '…') }}
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_no_preview.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_no_preview.html.twig
index 19a400b4b..ed916e798 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_no_preview.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/_card_no_preview.html.twig
@@ -2,8 +2,8 @@
-
- {{ entry.title | raw | striptags | truncate(80, true, '…') }}
+
+ {{ entry.title | e | raw | striptags | truncate(80, true, '…') }}
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 b0e3c06de..d23be4d09 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| striptags | truncate(80, true, '…') | raw }}
+
+ {{ entry.title | e | striptags | truncate(80, true, '…') | raw }}
@@ -29,8 +29,8 @@
clear
-
- {{ entry.title | raw | striptags | truncate(80, true, '…') }}
+
+ {{ entry.title | e | raw | striptags | truncate(80, true, '…') }}
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 c615a9079..b445f7d5f 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|raw }} ({{ entry.domainName|removeWww }}){% endblock %}
+{% block title %}{{ entry.title|e|raw }} ({{ entry.domainName|removeWww }}){% endblock %}
{% block body_class %}entry{% endblock %}
@@ -209,7 +209,7 @@
{% block content %}