From 79228ce1e0064816ccfa5e915c1767e864674bad Mon Sep 17 00:00:00 2001 From: Vitaly Date: Fri, 26 Apr 2013 18:22:23 +0400 Subject: [PATCH] add title for choice item --- select2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/select2.js b/select2.js index 13200350..e39c0a65 100644 --- a/select2.js +++ b/select2.js @@ -2494,7 +2494,7 @@ the specific language governing permissions and limitations under the Apache Lic formatted=this.opts.formatSelection(data, choice.find("div")); if (formatted != undefined) { - choice.find("div").replaceWith("
"+this.opts.escapeMarkup(formatted)+"
"); + choice.find("div").replaceWith("
"+this.opts.escapeMarkup(formatted)+"
"); } if(enableChoice){