mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
This commit is contained in:
parent
0dae9fc471
commit
20f4e63736
@ -18,3 +18,4 @@
|
||||
- Fix #5143: Unlimited page size for profile fields
|
||||
- Enh #5269: Allow to add new item on ui selector
|
||||
- Enh #5005: Possibility to invite a registered user to a space by email
|
||||
- Fix #5282: On account creation, registration form has HTML tag set with English language
|
||||
|
@ -11,7 +11,7 @@ AppAsset::register($this);
|
||||
?>
|
||||
<?php $this->beginPage() ?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="<?= Yii::$app->language ?>">
|
||||
<head>
|
||||
<title><?= Html::encode($this->pageTitle); ?></title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
|
Loading…
x
Reference in New Issue
Block a user