mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-05-13 03:01:39 -04:00
Selectmenu: revert change to text instead of html, otherwise the unicode special char wont be displayed
This commit is contained in:
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: "#"
|
||||
})
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user