mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Fixed determination of right-to-left MDL-10768
This commit is contained in:
parent
128377e5e2
commit
1a5bcabd3c
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user