https://bugzilla.wikimedia.org/show_bug.cgi?id=64741
Marius Hoch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from Marius Hoch <[email protected]> --- ULS does this (reduced to relevant parts): $pLang = $( '#p-lang' ); if ( !$pLang.find( 'div ul' ).children().length ) { if ( mw.config.get( 'skin' ) === 'monobook' ) { $pLang.find( 'div.pBody' ).remove(); } } There are plenty ways to fix this on both sides, not sure which way we want to have it fixed. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
