aboutsummaryrefslogtreecommitdiff
path: root/app/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/install.php')
-rw-r--r--app/install.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/install.php b/app/install.php
index e5847cc5a..957e7a1d6 100644
--- a/app/install.php
+++ b/app/install.php
@@ -680,7 +680,11 @@ case 5:
}
?>
<!DOCTYPE html>
-<html>
+<html<?php
+if (_t('gen.dir') === 'rtl') {
+ echo ' dir="rtl" class="rtl"';
+}
+?>>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="initial-scale=1.0" />