From f39c44c8274d07ef92519ea25aac18644087d9b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Wed, 20 Nov 2024 11:15:16 +0100 Subject: [PATCH] Remove HTML sanitizing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- layouts/shortcodes/proposal-tables.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/shortcodes/proposal-tables.html b/layouts/shortcodes/proposal-tables.html index 9d8a61ba0..6f18a50d6 100644 --- a/layouts/shortcodes/proposal-tables.html +++ b/layouts/shortcodes/proposal-tables.html @@ -60,7 +60,6 @@ {{ end }} {{ $docs_links := delimit $docs_links_list ", " }} - {{ $authors_list := apply .authors "htmlEscape" "." }} {{ $authors_list := apply .authors "printf" "@%s" "." "." }} {{ $authors := delimit $authors_list ", " }}