diff -r f205f4b201ed -r bc8e0e9ee01d includes/clientside/static/editor.js --- a/includes/clientside/static/editor.js Sat Mar 15 14:19:18 2008 -0400 +++ b/includes/clientside/static/editor.js Sun Mar 16 16:06:59 2008 -0400 @@ -275,6 +275,8 @@ var button = new templateParser(response.toolbar_templates.toolbar_button); var tail = new templateParser(response.toolbar_templates.toolbar_end); + toolbar += head.run(); + button.assign_bool({ show_title: true }); @@ -286,6 +288,7 @@ FLAGS: 'href="#" onclick="ajaxReset(true); return false;"' }); toolbar += button.run(); + toolbar += tail.run(); } else {