https://bugzilla.wikimedia.org/show_bug.cgi?id=25661
--- Comment #1 from Krinkle <[email protected]> 2010-10-26 21:12:38 UTC --- I'm not sure if what's currently live on commons (loaded from prototype.wikimedia.org) is this - or that it is from the extension, but I found it over here: http://svn.wikimedia.org/viewvc/mediawiki/branches/MwEmbedStandAlone/modules/EmbedPlayer/skins/mw.PlayerControlBuilder.js?view=markup#l758 The 779 $targetWarning.append( 780 $j('<span />') 781 .text( gM( 'mwe-embedplayer-do_not_warn_again' ) ) 782 ); I guess should be changed to: 779 $targetWarning.append( 780 $j('<label />') 781 .text( gM( 'mwe-embedplayer-do_not_warn_again' ) ) 782 .attr( 'for', 'ffwarn_' + embedPlayer.id ) 783 ); -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
