Spacing fix and access key for <code>

git-svn-id: https://develop.svn.wordpress.org/trunk@1504 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-08-01 08:12:51 +00:00
parent 3a96aef1f9
commit bc8e689c40

View File

@ -57,7 +57,7 @@ new edButton('ed_block'
edButtons[edButtons.length] =
new edButton('ed_del'
,'del'
,'<del>'
,'<del datetime="' + datetime + '">'
,'</del>'
,'d'
);
@ -67,7 +67,7 @@ new edButton('ed_ins'
,'ins'
,'<ins datetime="' + datetime + '">'
,'</ins>'
,'d'
,'s'
);
edButtons[edButtons.length] =
@ -108,6 +108,7 @@ new edButton('ed_pre'
,'code'
,'<code>'
,'</code>'
,'c'
);
edButtons[edButtons.length] =