mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Selectmenu: revert change to text instead of html, otherwise the unicode special char wont be displayed
This commit is contained in:
parent
ed422bd855
commit
89019606eb
2
ui/jquery.ui.selectmenu.js
vendored
2
ui/jquery.ui.selectmenu.js
vendored
@ -260,7 +260,7 @@ $.widget( "ui.selectmenu", {
|
||||
li.addClass( "ui-state-disabled" );
|
||||
}
|
||||
li.append( $( "<a />", {
|
||||
text: item.label,
|
||||
html: item.label,
|
||||
href: "#"
|
||||
})
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user