From 183434e5bad0a996d9c26a237ceeb54cfc772898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sat, 19 Jan 2019 23:49:16 -0500 Subject: [PATCH] Fix read more link, make it a paragraph, escape the HTML --- .../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 8a2104c..acdc70c 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 @@ -39,7 +39,7 @@ {# The RSS Teaser view mode *must* be configured to output the body paragraph (summary) LAST; see below for why. #} {{ description|raw }} - Read more and discuss at agaric.coop. + {{ '

Read more and discuss at agaric.coop.

'|escape('html') }} {# Opening description tag is in paragraph template used for description, see field/field--field-body-paragraph--rss-teaser.html.twig and only the closing description tag is here so that we can have the read more link