summaryrefslogtreecommitdiff
path: root/includes/Credits.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/Credits.php')
-rw-r--r--includes/Credits.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/includes/Credits.php b/includes/Credits.php
index 580a8d92..6326e3a2 100644
--- a/includes/Credits.php
+++ b/includes/Credits.php
@@ -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');
}
-
-