From: Bartosz DziewoƄski Date: Mon, 5 Dec 2016 00:58:03 +0000 (+0100) Subject: OOjs UI: Backport I73f95965694ec7fb0fa9a474742286e1105e5c85 X-Git-Tag: 1.31.0-rc.0~4669^2 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=60f50ff59eb45ab2855f80fdb5d4e87f3a847597;p=lhc%2Fweb%2Fwiklou.git OOjs UI: Backport I73f95965694ec7fb0fa9a474742286e1105e5c85 Bug: T151061 Change-Id: I715d2ac077c5a6f9de420d90f19ef4b631168f26 --- diff --git a/resources/lib/oojs-ui/oojs-ui-core.js b/resources/lib/oojs-ui/oojs-ui-core.js index 66dfbe84ce..c53470e3a0 100644 --- a/resources/lib/oojs-ui/oojs-ui-core.js +++ b/resources/lib/oojs-ui/oojs-ui-core.js @@ -10152,7 +10152,7 @@ OO.ui.FieldsetLayout = function OoUiFieldsetLayout( config ) { // Mixin constructors OO.ui.mixin.IconElement.call( this, config ); - OO.ui.mixin.LabelElement.call( this, $.extend( {}, config, { $label: $( '' ) } ) ); + OO.ui.mixin.LabelElement.call( this, $.extend( {}, config, { $label: $( '
' ) } ) ); OO.ui.mixin.GroupElement.call( this, config ); if ( config.help ) {