Spacing fix and access key for <code>

git-svn-id: http://svn.automattic.com/wordpress/trunk@1504 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2004-08-01 08:12:51 +00:00
parent 6c5157a526
commit de3c513676

View File

@ -57,7 +57,7 @@ new edButton('ed_block'
edButtons[edButtons.length] = edButtons[edButtons.length] =
new edButton('ed_del' new edButton('ed_del'
,'del' ,'del'
,'<del>' ,'<del datetime="' + datetime + '">'
,'</del>' ,'</del>'
,'d' ,'d'
); );
@ -67,7 +67,7 @@ new edButton('ed_ins'
,'ins' ,'ins'
,'<ins datetime="' + datetime + '">' ,'<ins datetime="' + datetime + '">'
,'</ins>' ,'</ins>'
,'d' ,'s'
); );
edButtons[edButtons.length] = edButtons[edButtons.length] =
@ -108,6 +108,7 @@ new edButton('ed_pre'
,'code' ,'code'
,'<code>' ,'<code>'
,'</code>' ,'</code>'
,'c'
); );
edButtons[edButtons.length] = edButtons[edButtons.length] =
@ -370,4 +371,4 @@ function edInsertImage(myField) {
+ '" />'; + '" />';
edInsertContent(myField, myValue); edInsertContent(myField, myValue);
} }
} }