From 4c38af21dc735793332c078fef2092038d56d491 Mon Sep 17 00:00:00 2001 From: Arne Heizmann Date: Tue, 10 Aug 2004 22:01:30 +0000 Subject: [PATCH] gah. --- includes/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Article.php b/includes/Article.php index 361b9d4a8d..796bcd8025 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -1072,7 +1072,7 @@ class Article { function validate () { global $wgOut ; - $wgOut->setPagetitle( wfMsg( 'validate' ) . " : " . $this->mTitle->getPrefixedText() ); + $wgOut->setPagetitle( wfMsg( 'validate' ) . ": " . $this->mTitle->getPrefixedText() ); $wgOut->setRobotpolicy( 'noindex,follow' ); if ( $this->mTitle->getNamespace() != 0 ) { -- 2.20.1