Spelling error of the toolbar name

This commit is contained in:
Garvin Hicking 2009-07-28 12:04:07 +00:00
parent ab8324143f
commit 81f08a5cb0

View File

@ -691,7 +691,7 @@ function serendipity_emit_htmlarea_code($item, $jsname, $spawnMulti = false) {
break;
case S9Y_WYSIWYG_TOOLBAR_MEDIA:
case S9Y_WYSIWYG_TOOLBAR_WEB:
$toolbar[S9Y_WYSIWYG_WEB][] = $button;
$toolbar[S9Y_WYSIWYG_TOOLBAR_WEB][] = $button;
break;
default:
$toolbar['other'][] = $button;