Fixed determination of right-to-left MDL-10768
This commit is contained in:
+1
-1
@@ -549,7 +549,7 @@ if ($nextstage == SAVE) {
|
||||
//==========================================================================//
|
||||
|
||||
?>
|
||||
<html dir="<?php echo (get_string('this_direction') == 'rtl') ? 'rtl' : 'ltr' ?>">
|
||||
<html dir="<?php echo (right_to_left() ? 'rtl' : 'ltr' ?>">
|
||||
<head>
|
||||
<link rel="shortcut icon" href="theme/standard/favicon.ico" />
|
||||
<title>Moodle Install</title>
|
||||
|
||||
Reference in New Issue
Block a user