diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/toolbar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/toolbar.php b/inc/toolbar.php index 00b7baefe..a019cae2b 100644 --- a/inc/toolbar.php +++ b/inc/toolbar.php @@ -144,7 +144,7 @@ function toolbar_JSdefines($varname){ 'type' => 'insert', 'title' => $lang['qb_hr'], 'icon' => 'hr.png', - 'insert' => '----\n', + 'insert' => '\n----\n', ), array( 'type' => 'mediapopup', |