From bfee488c562f5302ae9665af6ff943ec809c0c2a Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Mon, 4 Jan 2016 12:59:32 +0100 Subject: remove unneeded 'goto' prefix from settings anchors --- settings/personal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings/personal.php') diff --git a/settings/personal.php b/settings/personal.php index 9a714393585..d0a8f7840ad 100644 --- a/settings/personal.php +++ b/settings/personal.php @@ -177,7 +177,7 @@ $formsMap = array_map(function($form){ $anchor = str_replace(' ', '-', $anchor); return array( - 'anchor' => 'goto-' . $anchor, + 'anchor' => $anchor, 'section-name' => $sectionName, 'form' => $form ); -- cgit v1.2.3