summaryrefslogtreecommitdiff
path: root/inc/toolbar.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2005-10-24 23:19:46 +0200
committerAndreas Gohr <andi@splitbrain.org>2005-10-24 23:19:46 +0200
commitb0bf105a1ea088821ecef7c84b09fde770e270f9 (patch)
tree8ba7c68e7e37d97c222f1453ef4f086b74accbe0 /inc/toolbar.php
parentc140058b66ea40af6859e2bb565564f1f56a37ae (diff)
downloadrpg-b0bf105a1ea088821ecef7c84b09fde770e270f9.tar.gz
rpg-b0bf105a1ea088821ecef7c84b09fde770e270f9.tar.bz2
small toolbar fixes
darcs-hash:20051024211946-7ad00-58921b2df3e1db30fd3aa37719858f31d9115e46.gz
Diffstat (limited to 'inc/toolbar.php')
-rw-r--r--inc/toolbar.php12
1 files 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',