From be7628aeaa573b69739a2751e93d77da0b587124 Mon Sep 17 00:00:00 2001 From: welpo Date: Thu, 20 Jun 2024 17:54:53 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20allow=20HTML=20tags=20in=20?= =?UTF-8?q?multilingual=20quote=20author?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/shortcodes/multilingual_quote.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/shortcodes/multilingual_quote.html b/templates/shortcodes/multilingual_quote.html index 1af0c77..7ea9849 100644 --- a/templates/shortcodes/multilingual_quote.html +++ b/templates/shortcodes/multilingual_quote.html @@ -20,7 +20,7 @@

{{ open_quote ~ translated ~ close_quote }}

-

{% if author %}— {{ author }}{% endif %}

{% if author %}— {{ author | safe }}{% endif %}

@@ -28,7 +28,7 @@

{{ open_quote ~ original ~ close_quote }}

-

{% if author %}— {{ author }}{% endif %}

{% if author %}— {{ author | safe }}{% endif %}