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 = $("