Skip to content

Commit

Permalink
Dialog: Fixed creation of close button in IE.
Browse files Browse the repository at this point in the history
Thanks dkiselev.
  • Loading branch information
scottgonzalez committed Jan 11, 2011
1 parent d1372ea commit 04667b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/jquery.ui.dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ $.widget("ui.dialog", {
"ui-corner-all ui-helper-clearfix" )
.prependTo( uiDialog ),

uiDialogTitlebarClose = $( "<a href='#'>" )
uiDialogTitlebarClose = $( "<a href='#'></a>" )
.addClass( "ui-dialog-titlebar-close ui-corner-all" )
.attr( "role", "button" )
.hover(
Expand Down

0 comments on commit 04667b1

Please sign in to comment.