From 9b961836be2f7d6aaa39b135cf8f72b1980e76e8 Mon Sep 17 00:00:00 2001 From: Christian Schnegelberger Date: Wed, 1 Feb 2023 21:57:13 +0100 Subject: [PATCH] [ticket/17040] Include bidi.css to pm print only in RTL languages PHPBB3-17040 --- phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html index 41ff5b898a..f5ef87468c 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html +++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html @@ -8,7 +8,9 @@ {SITENAME} • {PAGE_TITLE} - +{% if S_CONTENT_DIRECTION eq 'rtl' %} + +{% endif %}