Fix contextual help (#1481)

This commit is contained in:
Christophe Maudoux 2018-07-20 23:09:07 +02:00
parent 903f1fe3bc
commit 77c36cc98e
2 changed files with 4 additions and 4 deletions

View File

@ -623,13 +623,13 @@ sub tree {
'upgradeSession', 'upgradeSession',
{ {
title => 'autoSignin', title => 'autoSignin',
help => 'autoSignin.html', help => 'autosignin.html',
nodes => ['autoSigninRules'], nodes => ['autoSigninRules']
}, },
{ {
title => 'stateCheck', title => 'stateCheck',
help => 'checkstate.html', help => 'checkstate.html',
nodes => [ 'checkState', 'checkStateSecret', ], nodes => [ 'checkState', 'checkStateSecret', ]
}, },
] ]
}, },

File diff suppressed because one or more lines are too long