summaryrefslogtreecommitdiff
path: root/inc/toolbar.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/toolbar.php')
-rw-r--r--inc/toolbar.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/inc/toolbar.php b/inc/toolbar.php
index d4a9b3a94..1f34f3403 100644
--- a/inc/toolbar.php
+++ b/inc/toolbar.php
@@ -161,19 +161,19 @@ function toolbar_JSdefines($varname){
'sample' => 'http://example.com|'.$lang['qb_extlink'],
),
array(
- 'type' => 'format',
+ 'type' => 'formatln',
'title' => $lang['qb_ol'],
'icon' => 'ol.png',
'open' => ' - ',
- 'close' => '\n',
+ 'close' => '',
'key' => '-',
),
array(
- 'type' => 'format',
+ 'type' => 'formatln',
'title' => $lang['qb_ul'],
'icon' => 'ul.png',
'open' => ' * ',
- 'close' => '\n',
+ 'close' => '',
'key' => '.',
),
array(