Skip to content

Commit 04667b1

Browse files
committed
Dialog: Fixed creation of close button in IE.
Thanks dkiselev.
1 parent d1372ea commit 04667b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.dialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ $.widget("ui.dialog", {
122122
"ui-corner-all ui-helper-clearfix" )
123123
.prependTo( uiDialog ),
124124

125-
uiDialogTitlebarClose = $( "<a href='#'>" )
125+
uiDialogTitlebarClose = $( "<a href='#'></a>" )
126126
.addClass( "ui-dialog-titlebar-close ui-corner-all" )
127127
.attr( "role", "button" )
128128
.hover(

0 commit comments

Comments
 (0)