We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57f4e5 commit fcf97a0Copy full SHA for fcf97a0
1 file changed
ui/widgets/controlgroup.js
@@ -86,7 +86,8 @@ return $.widget( "ui.controlgroup", {
86
if ( widget === "controlgroupLabel" ) {
87
labels = that.element.find( selector );
88
labels.each( function() {
89
- $( this ).contents().wrapAll( "<span class='ui-controlgroup-label-contents'></span>" );
+ $( this ).contents()
90
+ .wrapAll( "<span class='ui-controlgroup-label-contents'></span>" );
91
} );
92
that._addClass( labels, null, "ui-widget ui-widget-content ui-state-default" );
93
childWidgets = childWidgets.concat( labels.get() );
0 commit comments