From b0bf105a1ea088821ecef7c84b09fde770e270f9 Mon Sep 17 00:00:00 2001 From: Andreas Gohr <andi@splitbrain.org> Date: Mon, 24 Oct 2005 23:19:46 +0200 Subject: [PATCH] small toolbar fixes darcs-hash:20051024211946-7ad00-58921b2df3e1db30fd3aa37719858f31d9115e46.gz --- inc/toolbar.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/inc/toolbar.php b/inc/toolbar.php index 5c4ff030f..aa52868d0 100644 --- a/inc/toolbar.php +++ b/inc/toolbar.php @@ -63,7 +63,7 @@ function toolbar_JSdefines($varname){ 'icon' => 'strike.png', 'key' => 'd', 'open' => '<del>', - 'close' => '<del>', + 'close' => '</del>', ), array( 'type' => 'format', @@ -71,7 +71,7 @@ function toolbar_JSdefines($varname){ 'icon' => 'h1.png', 'key' => '1', 'open' => '====== ', - 'close' => '======\n', + 'close' => ' ======\n', ), array( 'type' => 'format', @@ -79,7 +79,7 @@ function toolbar_JSdefines($varname){ 'icon' => 'h2.png', 'key' => '2', 'open' => '===== ', - 'close' => '=====\n', + 'close' => ' =====\n', ), array( 'type' => 'format', @@ -87,7 +87,7 @@ function toolbar_JSdefines($varname){ 'icon' => 'h3.png', 'key' => '3', 'open' => '==== ', - 'close' => '====\n', + 'close' => ' ====\n', ), array( 'type' => 'format', @@ -95,7 +95,7 @@ function toolbar_JSdefines($varname){ 'icon' => 'h4.png', 'key' => '4', 'open' => '=== ', - 'close' => '===\n', + 'close' => ' ===\n', ), array( 'type' => 'format', @@ -103,7 +103,7 @@ function toolbar_JSdefines($varname){ 'icon' => 'h5.png', 'key' => '5', 'open' => '== ', - 'close' => '==\n', + 'close' => ' ==\n', ), array( 'type' => 'format', -- GitLab