Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
c5c74792
Commit
c5c74792
authored
Nov 11, 2014
by
Arthur Schiwon
Browse files
add 'namespace' for automatically created navigation divs, fixes #12080
parent
3ecb3f16
Changes
2
Hide whitespace changes
Inline
Side-by-side
settings/admin.php
View file @
c5c74792
...
...
@@ -92,7 +92,7 @@ $formsMap = array_map(function ($form) {
$anchor
=
str_replace
(
' '
,
'-'
,
$anchor
);
return
array
(
'anchor'
=>
$anchor
,
'anchor'
=>
'goto-'
.
$anchor
,
'section-name'
=>
$sectionName
,
'form'
=>
$form
);
...
...
settings/personal.php
View file @
c5c74792
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment