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 %}