Index: trunk/extensions/ArticleFeedback/modules/jquery.articleFeedback/jquery.articleFeedback.js |
— | — | @@ -296,7 +296,7 @@ |
297 | 297 | .css( 'width', 0 ) |
298 | 298 | .end() |
299 | 299 | .find( '.articleFeedback-rating-count' ) |
300 | | - .text( mw.msg( 'articlefeedback-report-empty' ) ) |
| 300 | + .text( mw.msg( 'articlefeedback-report-empty' ) ); |
301 | 301 | } |
302 | 302 | // Form |
303 | 303 | if ( rating !== null && typeof rating.userrating !== 'undefined' ) { |