Index: trunk/extensions/SimpleSurvey/SpecialSimpleSurvey.php |
— | — | @@ -55,7 +55,7 @@ |
56 | 56 | if ( $wgRequest->wasPosted() ) { |
57 | 57 | if ( $surveyName && in_array( $surveyName, $wgValidSurveys ) && $this->checkToken() ) { |
58 | 58 | SimpleSurvey::save( $surveyName, $wgPrefSwitchSurveys[$surveyName] ); |
59 | | - $wgOut->addHtml( "<b>" . wfMsg( 'simple-survey-confirm' ) . "</b>" ); |
| 59 | + $wgOut->addHtml( '<strong class="simplesurvey-success">' . wfMsg( 'simple-survey-confirm' ) . '</strong>' ); |
60 | 60 | } |
61 | 61 | // forward to new page |
62 | 62 | if ( $wgSimpleSurveyRedirectURL ) { |