diff --git a/static/scripts/galaxy.workflow_editor.canvas.js b/static/scripts/galaxy.workflow_editor.canvas.js index 46c35322a25..fc8691865de 100644 --- a/static/scripts/galaxy.workflow_editor.canvas.js +++ b/static/scripts/galaxy.workflow_editor.canvas.js @@ -374,7 +374,7 @@ $.extend( Workflow.prototype, { }); function prebuild_node_for_tool( id, title_text ) { - var f = $("
"); + var f = $("
"); var node = new Node( f ); node.tool_id = id; var title = $("
" + title_text + "
" ) diff --git a/templates/workflow/editor.mako b/templates/workflow/editor.mako index a1faadda4a4..cd2dd814fe6 100644 --- a/templates/workflow/editor.mako +++ b/templates/workflow/editor.mako @@ -20,13 +20,9 @@ - ## - ## - ## - ## - +