From f6b5d40d765478d2527b2c67d2666b87667dc048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 25 Dec 2018 11:33:29 -0500 Subject: [PATCH] Prevent comment title from being link (stupid /comment/123 link at that) --- agaric/templates/content/comment.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agaric/templates/content/comment.html.twig b/agaric/templates/content/comment.html.twig index e310544..043a4e7 100644 --- a/agaric/templates/content/comment.html.twig +++ b/agaric/templates/content/comment.html.twig @@ -94,7 +94,7 @@
{% if title %} {{ title_prefix }} - {{ title }} + {{ title|striptags }} {{ title_suffix }} {% endif %} {{ content }}