From 881ed18164aee71de3d4c468689009d05f01e380 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 18 Jan 2019 20:57:10 -0500 Subject: [PATCH] It is necessary to tell the template not to escape we handle this in the fields that make up the 'description' (we put more than the description in). Ref #159 --- .../views-view-row-rss--taxonomy-term--feed-teasers.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agaric/templates/views/views-view-row-rss--taxonomy-term--feed-teasers.html.twig b/agaric/templates/views/views-view-row-rss--taxonomy-term--feed-teasers.html.twig index fc741ad..8a2104c 100644 --- a/agaric/templates/views/views-view-row-rss--taxonomy-term--feed-teasers.html.twig +++ b/agaric/templates/views/views-view-row-rss--taxonomy-term--feed-teasers.html.twig @@ -38,7 +38,7 @@ {{ link }}#comments {# The RSS Teaser view mode *must* be configured to output the body paragraph (summary) LAST; see below for why. #} - {{ description }} + {{ description|raw }} Read more and discuss at agaric.coop. {# Opening description tag is in paragraph template used for description, see field/field--field-body-paragraph--rss-teaser.html.twig and only the