Dialog: Fixed creation of close button in IE.

Thanks dkiselev.
This commit is contained in:
Scott González 2011-01-11 14:34:17 -05:00
parent d1372ea8c6
commit 04667b1518

View File

@ -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(