From: Arne Heizmann Date: Tue, 10 Aug 2004 22:01:30 +0000 (+0000) Subject: gah. X-Git-Tag: 1.5.0alpha1~2428 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=4c38af21dc735793332c078fef2092038d56d491;p=lhc%2Fweb%2Fwiklou.git gah. --- 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 ) {