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
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2014-11-11 20:26:42 +0300
committerArthur Schiwon <blizzz@owncloud.com>2014-11-12 12:42:44 +0300
commitc5c74792d1314f32d4513841fafbfeea4ed9658c (patch)
tree34f8652680dd39b129f712e159d08f591eb9aaff /settings/personal.php
parent3ecb3f16bf51bf2b691292212e72081c6353a3d4 (diff)
add 'namespace' for automatically created navigation divs, fixes #12080
Diffstat (limited to 'settings/personal.php')
-rw-r--r--settings/personal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/personal.php b/settings/personal.php
index 9c27f77ccd3..bef800ae7f1 100644
--- a/settings/personal.php
+++ b/settings/personal.php
@@ -114,7 +114,7 @@ $formsMap = array_map(function($form){
$anchor = str_replace(' ', '-', $anchor);
return array(
- 'anchor' => $anchor,
+ 'anchor' => 'goto-' . $anchor,
'section-name' => $sectionName,
'form' => $form
);