diff --git a/coffee/chosen.jquery.coffee b/coffee/chosen.jquery.coffee index 6e1f1ca1296..b831f815f73 100644 --- a/coffee/chosen.jquery.coffee +++ b/coffee/chosen.jquery.coffee @@ -452,7 +452,8 @@ class Chosen extends AbstractChosen @form_field_jq.trigger("chosen:no_results", {chosen:this}) show_create_option: (terms) -> - create_option_html = this.get_create_option_html(terms) + create_option_html = $('
  • ' + @create_option_text + ': "' + terms + '"
  • ') + this.result_do_highlight create_option_html @search_results.append create_option_html create_option_clear: ->