Skip to content

Commit

Permalink
Selectmenu: revert change to text instead of html, otherwise the unic…
Browse files Browse the repository at this point in the history
…ode special char wont be displayed
  • Loading branch information
fnagel committed Dec 12, 2012
1 parent ed422bd commit 8901960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/jquery.ui.selectmenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ $.widget( "ui.selectmenu", {
li.addClass( "ui-state-disabled" );
}
li.append( $( "<a />", {
text: item.label,
html: item.label,
href: "#"
})
);
Expand Down

0 comments on commit 8901960

Please sign in to comment.