Commit 8d84cdc 1 parent 572020a commit 8d84cdc Copy full SHA for 8d84cdc
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ function help() {
63
63
lichess . loadCssPath ( 'clinput.help' ) ;
64
64
modal ( {
65
65
content : $ (
66
- '<h3>Commands</h3>' +
66
+ '<div>< h3>Commands</h3>' +
67
67
commandHelp ( '/tv /follow' , ' <user>' , 'Watch someone play' ) +
68
68
commandHelp ( '/play /challenge /match' , ' <user>' , 'Challenge someone to play' ) +
69
69
commandHelp ( '/light /dark /transp' , '' , 'Change the background theme' ) +
@@ -72,7 +72,8 @@ function help() {
72
72
commandHelp ( 's' , '' , 'Search for a user' ) +
73
73
commandHelp ( '/' , '' , 'Type a command' ) +
74
74
commandHelp ( 'c' , '' , 'Focus the chat input' ) +
75
- commandHelp ( 'esc' , '' , 'Close modals like this one' )
75
+ commandHelp ( 'esc' , '' , 'Close modals like this one' ) +
76
+ '</div>'
76
77
) ,
77
78
class : 'clinput-help' ,
78
79
} ) ;
You can’t perform that action at this time.
0 commit comments