diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/toolbar.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/toolbar.php b/inc/toolbar.php index 18bb806f6..d4a9b3a94 100644 --- a/inc/toolbar.php +++ b/inc/toolbar.php @@ -166,6 +166,7 @@ function toolbar_JSdefines($varname){ 'icon' => 'ol.png', 'open' => ' - ', 'close' => '\n', + 'key' => '-', ), array( 'type' => 'format', @@ -173,6 +174,7 @@ function toolbar_JSdefines($varname){ 'icon' => 'ul.png', 'open' => ' * ', 'close' => '\n', + 'key' => '.', ), array( 'type' => 'insert', |