diff --git a/notebook/static/notebook/js/commandpalette.js b/notebook/static/notebook/js/commandpalette.js index 8c18cb10f..890179453 100644 --- a/notebook/static/notebook/js/commandpalette.js +++ b/notebook/static/notebook/js/commandpalette.js @@ -165,7 +165,7 @@ define(function(require){ input.typeahead({ emptyTemplate: function(query) { - return $('
').text(query)
);
},