From c69d01bed74cb0129043ec6b42eb67c29515d0a7 Mon Sep 17 00:00:00 2001 From: Felix Nagel Date: Thu, 13 Dec 2012 00:54:45 +0100 Subject: [PATCH] Selectmenu: replace placeholder entity with   --- ui/jquery.ui.selectmenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/jquery.ui.selectmenu.js b/ui/jquery.ui.selectmenu.js index bdd846f4b..9dcf6469f 100644 --- a/ui/jquery.ui.selectmenu.js +++ b/ui/jquery.ui.selectmenu.js @@ -432,7 +432,7 @@ $.widget( "ui.selectmenu", { element: option, index: index, value: option.attr( "value" ), - label: option.text() || " ", + label: option.text() || " ", optgroup: optgroup.attr( "label" ) || "", disabled: optgroup.attr( "disabled" ) || option.attr( "disabled" ) });