Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-09-06 17:56:14 +0300
committerGitHub <noreply@github.com>2022-09-06 17:56:14 +0300
commitff49fa4415ba5f5cb04e1521c9be0c8daf485e0c (patch)
tree69b2a8f022dffe81c95e8037e84b990629a0a790 /core
parent36b2d3dc2a7978a3f19b9888bb03ecd2f566f59e (diff)
parent2397ea72196de42a79e2a5873dcbb07db698f348 (diff)
Merge pull request #29881 from nextcloud/fix/setting/accessibility-title
Improve accessibility of the title of the settings
Diffstat (limited to 'core')
-rw-r--r--core/templates/layout.user.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index 66b61af31e8..6fccfb6fa40 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -18,6 +18,7 @@ $getUserAvatar = static function (int $size) use ($_): string {
<meta charset="utf-8">
<title>
<?php
+ p(!empty($_['pageTitle'])?$_['pageTitle'].' - ':'');
p(!empty($_['application'])?$_['application'].' - ':'');
p($theme->getTitle());
?>