diff --git a/include/functions_entries_admin.inc.php b/include/functions_entries_admin.inc.php index 06ec5b44..6febdc9b 100644 --- a/include/functions_entries_admin.inc.php +++ b/include/functions_entries_admin.inc.php @@ -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;