Move "data-js-lang" attribute to HTML "lang" attribute
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="<?= $this->app->jsLang() ?>">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no">
|
||||
@@ -48,7 +48,6 @@
|
||||
data-login-url="<?= $this->url->href('AuthController', 'login') ?>"
|
||||
data-keyboard-shortcut-url="<?= $this->url->href('DocumentationController', 'shortcuts') ?>"
|
||||
data-timezone="<?= $this->app->getTimezone() ?>"
|
||||
data-js-lang="<?= $this->app->jsLang() ?>"
|
||||
data-js-date-format="<?= $this->app->getJsDateFormat() ?>"
|
||||
data-js-time-format="<?= $this->app->getJsTimeFormat() ?>"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user