From 1e6808a1a26de6c7f2987972c589f9d950fe7c6e Mon Sep 17 00:00:00 2001 From: Felix Nagel Date: Thu, 29 Nov 2012 20:13:57 +0100 Subject: Selectmenu: replace placeholder entity with   --- ui/jquery.ui.selectmenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') diff --git a/ui/jquery.ui.selectmenu.js b/ui/jquery.ui.selectmenu.js index e187674f4..3127566eb 100644 --- a/ui/jquery.ui.selectmenu.js +++ b/ui/jquery.ui.selectmenu.js @@ -92,7 +92,7 @@ $.widget( "ui.selectmenu", { this.buttonText = $( "", { "class": "ui-selectmenu-text" , - html: this.element.find( "option:selected" ).text() || " " + html: this.element.find( "option:selected" ).text() || " " }) .appendTo( this.button ); -- cgit v1.2.3