Index: trunk/extensions/UsabilityInitiative/OptIn/SpecialOptIn.php |
— | — | @@ -49,7 +49,8 @@ |
50 | 50 | $this->showSurvey(); |
51 | 51 | } |
52 | 52 | else |
53 | | - $wgOut->addWikiMsg( 'optin-intro' ); |
| 53 | + $wgOut->addHTML( Xml::tags( 'div', array( 'class' => 'optin-intro' ), |
| 54 | + wfMsg( 'optin-intro' ) ) ); |
54 | 55 | $wgOut->addHTML( Xml::hidden( 'opt', $opt ) ); |
55 | 56 | // Uses the optin-submit-in or optin-submit-out message |
56 | 57 | if ( $opt == 'in' ) |