Index: trunk/extensions/Survey/specials/SpecialSurveyPage.php |
— | — | @@ -114,7 +114,7 @@ |
115 | 115 | * @param array $links |
116 | 116 | */ |
117 | 117 | protected function displayNavigation( array $links ) { |
118 | | - $this->getOutput()->addHTML( Html::rawElement( 'p', array(), implode( ' - ', $links ) ) ); |
| 118 | + $this->getOutput()->addHTML( Html::rawElement( 'p', array(), $GLOBALS['wgLang']->pipeList( $links ) ) ); |
119 | 119 | } |
120 | 120 | |
121 | 121 | } |