Merge pull request #6459 from Crizz0/ticket/17098

[ticket/17098] Add class S_CONTENT_DIRECTION to body in ucp_pm_viewmessage_print.html
This commit is contained in:
Marc Alexander 2023-02-05 00:03:37 +01:00
commit 2afc1c369a
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -11,7 +11,7 @@
<link href="{T_THEME_PATH}/bidi.css" rel="stylesheet"> <link href="{T_THEME_PATH}/bidi.css" rel="stylesheet">
<!-- EVENT ucp_pm_viewmessage_print_head_append --> <!-- EVENT ucp_pm_viewmessage_print_head_append -->
</head> </head>
<body id="phpbb"> <body id="phpbb" class="{S_CONTENT_DIRECTION}">
<div id="wrap" class="wrap"> <div id="wrap" class="wrap">
<a id="top" class="top-anchor" accesskey="t"></a> <a id="top" class="top-anchor" accesskey="t"></a>