From 01d5322ef355af0b4bff9bbaf072305b45ba9f0b Mon Sep 17 00:00:00 2001 From: welpo Date: Thu, 19 Oct 2023 15:52:44 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(multilingual-quote):=20open?= =?UTF-8?q?=20

=20regardless=20of=20attribution?= 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 b25a4e76b..1af0c773b 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 }}{% endif %}

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

{{ open_quote ~ original ~ close_quote }}

- {% if author %}

— {{ author }}{% endif %}

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