Skip to content

Commit 1e6808a

Browse files
committed
Selectmenu: replace placeholder entity with  
1 parent a177a92 commit 1e6808a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.selectmenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ $.widget( "ui.selectmenu", {
9292

9393
this.buttonText = $( "<span>", {
9494
"class": "ui-selectmenu-text" ,
95-
html: this.element.find( "option:selected" ).text() || "&nbsp;"
95+
html: this.element.find( "option:selected" ).text() || "&#160;"
9696
})
9797
.appendTo( this.button );
9898

0 commit comments

Comments
 (0)