From 3bd1d7cd6b40a36e71fe632a0f5852759594f9f4 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 12 Jul 2023 08:37:47 +0200 Subject: [PATCH] fix: remove htmlUnescape from expand shortcode (#667) --- layouts/shortcodes/expand.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/expand.html b/layouts/shortcodes/expand.html index da82c49..0ab3d2a 100644 --- a/layouts/shortcodes/expand.html +++ b/layouts/shortcodes/expand.html @@ -6,6 +6,6 @@
- {{ .Inner | $.Page.RenderString | htmlUnescape | safeHTML }} + {{ .Inner | $.Page.RenderString }}