Localisation updates for core messages from Betawiki (2008-06-23 22:55 CEST)
[lhc/web/wiklou.git] / includes / Credits.php
index 580a8d9..6326e3a 100644 (file)
@@ -29,7 +29,7 @@ function showCreditsPage($article) {
        $fname = 'showCreditsPage';
 
        wfProfileIn( $fname );
-       
+
        $wgOut->setPageTitle( $article->mTitle->getPrefixedText() );
        $wgOut->setSubtitle( wfMsg( 'creditspage' ) );
        $wgOut->setArticleFlag( false );
@@ -184,5 +184,3 @@ function creditOthersLink($article) {
        $skin = $wgUser->getSkin();
        return $skin->makeKnownLink($article->mTitle->getPrefixedText(), wfMsg('others'), 'action=credits');
 }
-
-