Skip to content
Snippets Groups Projects
Commit b0bf105a authored by Andreas Gohr's avatar Andreas Gohr
Browse files

small toolbar fixes

darcs-hash:20051024211946-7ad00-58921b2df3e1db30fd3aa37719858f31d9115e46.gz
parent c140058b
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment