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
5aaea696
Commit
5aaea696
authored
Nov 12, 2014
by
Thomas Müller
Browse files
Merge pull request #12110 from owncloud/fix-12080
add 'namespace' for automatically created navigation divs, fixes #12080
parents
710241f0
c5c74792
Changes
2
Show whitespace changes
Inline
Side-by-side
settings/admin.php
View file @
5aaea696
...
...
@@ -93,7 +93,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 @
5aaea696
...
...
@@ -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