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:
authorThomas Müller <thomas.mueller@tmit.eu>2016-01-11 13:53:40 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2016-01-11 13:53:40 +0300
commitdf2abda814e8909136a27fdac136dc15e62fe429 (patch)
tree5fc85d6387e15fa94d9a089ec126bbb4243c0fe2 /settings/personal.php
parent05f9b4041942794eab74328b95bfbf04c7c9e203 (diff)
parentbfee488c562f5302ae9665af6ff943ec809c0c2a (diff)
Merge pull request #21438 from owncloud/settings-anchors
remove unneeded 'goto' prefix from settings anchors
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 e5ceb1b4fb5..c4e1c057bf3 100644
--- a/settings/personal.php
+++ b/settings/personal.php
@@ -176,7 +176,7 @@ $formsMap = array_map(function($form){
$anchor = str_replace(' ', '-', $anchor);
return array(
- 'anchor' => 'goto-' . $anchor,
+ 'anchor' => $anchor,
'section-name' => $sectionName,
'form' => $form
);