http://www.mediawiki.org/wiki/Special:Code/MediaWiki/96818

Revision: 96818
Author:   jeroendedauw
Date:     2011-09-11 22:49:07 +0000 (Sun, 11 Sep 2011)
Log Message:
-----------
Follow up to r96815; 

Modified Paths:
--------------
    trunk/extensions/Survey/specials/SpecialSurveyPage.php

Modified: trunk/extensions/Survey/specials/SpecialSurveyPage.php
===================================================================
--- trunk/extensions/Survey/specials/SpecialSurveyPage.php      2011-09-11 
22:46:49 UTC (rev 96817)
+++ trunk/extensions/Survey/specials/SpecialSurveyPage.php      2011-09-11 
22:49:07 UTC (rev 96818)
@@ -114,7 +114,7 @@
         * @param array $links
         */
        protected function displayNavigation( array $links ) {
-               $this->getOutput()->addHTML( Html::rawElement( 'p', array(), 
implode( ' - ', $links ) ) );
+               $this->getOutput()->addHTML( Html::rawElement( 'p', array(), 
$GLOBALS['wgLang']->pipeList( $links ) ) );
        }
        
 }


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to