Merge pull request #28012 from dhiashalabi/fix/rtl-lang-support

This commit is contained in:
Suraj Shetty 2024-11-05 10:47:58 +05:30 committed by GitHub
commit def2874e0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- Built on Frappe. https://frappeframework.com/ -->
<html lang="{{boot.lang}}">
<html lang="{{boot.lang}}" dir="{{ 'rtl' if is_rtl() else 'ltr' }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">