Skip to content

Commit 8f8c2a1

Browse files
committed
add the missing tab for the second line of uiDialogTitle
1 parent 6f8307d commit 8f8c2a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ui/widgets/dialog.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,7 @@ $.widget( "ui.dialog", {
439439
} );
440440

441441
uiDialogTitle = $( "<" + this.options.uiDialogTitleTagName + ">" )
442-
.uniqueId()
443-
.prependTo( this.uiDialogTitlebar );
442+
.uniqueId().prependTo( this.uiDialogTitlebar );
444443
this._addClass( uiDialogTitle, "ui-dialog-title" );
445444
this._title( uiDialogTitle );
446445

0 commit comments

Comments
 (0)