From a573545ead99731c1796c352399319d6fb4523d8 Mon Sep 17 00:00:00 2001 From: Alex Turchyn Date: Sun, 14 Jan 2024 17:55:49 +0200 Subject: [PATCH] fix right-to-left text direction for legacy Outlook clients --- app/views/layouts/mailer.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/mailer.html.erb b/app/views/layouts/mailer.html.erb index fb98c36e..c9d03834 100644 --- a/app/views/layouts/mailer.html.erb +++ b/app/views/layouts/mailer.html.erb @@ -6,7 +6,7 @@ - + <%= yield %> <%= render partial: 'shared/mailer_attribution' %>