Commit 3570e6cd1fc6a756ff23d27ba25798c3c165dfe0
1 parent
81898763
Importers CRUD
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
backend/views/layouts/main.php
... | ... | @@ -9,7 +9,7 @@ use yii\helpers\Html; |
9 | 9 | MyAsset::register($this); |
10 | 10 | ?> |
11 | 11 | <?php $this->beginPage() ?> |
12 | -<!DOCTYPE html><html lang="ru" ng-app="BackendApp" > | |
12 | +<!DOCTYPE html><html lang="ru-RU" ng-app="BackendApp" > | |
13 | 13 | <head> |
14 | 14 | <meta charset="<?= Yii::$app->charset ?>"> |
15 | 15 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ... | ... |