diff options
author | Gina Haeussge <osd@foosel.net> | 2008-10-11 19:02:52 +0200 |
---|---|---|
committer | Gina Haeussge <osd@foosel.net> | 2008-10-11 19:02:52 +0200 |
commit | d27d0a5a115a1dc6f1c9a8048f16b1ad494abf5e (patch) | |
tree | 42c1d0c6d2f89909c72f46f97a9cb60f9082b03a | |
parent | 92655603877e0743516b2218cf67cb011afcc7b5 (diff) | |
download | rpg-d27d0a5a115a1dc6f1c9a8048f16b1ad494abf5e.tar.gz rpg-d27d0a5a115a1dc6f1c9a8048f16b1ad494abf5e.tar.bz2 |
Insert horizontal rule on a newline (FS#1402)
darcs-hash:20081011170252-2b4f5-7a68add2ec378c1be08be11c630f0ebca2b7c388.gz
-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', |