diff --git a/etemplate/js/et2_widget_toolbar.js b/etemplate/js/et2_widget_toolbar.js index bad2f5f7a6..9c3402c92a 100644 --- a/etemplate/js/et2_widget_toolbar.js +++ b/etemplate/js/et2_widget_toolbar.js @@ -161,7 +161,7 @@ var et2_toolbar = et2_DOMWidget.extend( .appendTo(this.div); if(action.iconUrl) { - button.prepend(""); + button.prepend(""); } if(action.icon) { @@ -181,7 +181,8 @@ var et2_toolbar = et2_DOMWidget.extend( button.click(action.id, jQuery.proxy(click, this)); }, -/** + + /** * Link the actions to the DOM nodes / widget bits. * */