Index: trunk/extensions/Contest/resources/jquery.contestSubmission.js |
— | — | @@ -80,7 +80,7 @@ |
81 | 81 | var links = $( '<span />' ).html( '' ); |
82 | 82 | |
83 | 83 | this.label = $( '<label style="display:block" />' ).attr( { |
84 | | - 'for': this.config.name, |
| 84 | + 'for': this.config.name |
85 | 85 | } ).text( mw.msg( message ) ).append( |
86 | 86 | $( '<br />' ), |
87 | 87 | mw.msg( 'contest-submission-domains', domainLinks.join( ', ' ) ) |