From 0d8e0e3209e247359a3ddb454f009c5d47a5667d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sat, 3 Jun 2023 23:43:30 +0200 Subject: [PATCH] button: revert to old syntax for most shortcodes #547 #555 --- layouts/partials/shortcodes/button.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/shortcodes/button.html b/layouts/partials/shortcodes/button.html index 9f4b3bb1db..7f4a345c7d 100644 --- a/layouts/partials/shortcodes/button.html +++ b/layouts/partials/shortcodes/button.html @@ -45,7 +45,7 @@ {{- if and $icon (eq $iconposition "left") }} {{- end }} - {{ $title }} + {{ $title | safeHTML }} {{- if and $icon (eq $iconposition "right") }} {{- end }}