Selectmenu: revert change to text instead of html, otherwise the unicode special char wont be displayed

This commit is contained in:
Felix Nagel 2012-12-13 00:53:51 +01:00
parent ed422bd855
commit 89019606eb

View File

@ -260,7 +260,7 @@ $.widget( "ui.selectmenu", {
li.addClass( "ui-state-disabled" );
}
li.append( $( "<a />", {
text: item.label,
html: item.label,
href: "#"
})
);