From 84814fbcb4f587c577fd9ac0d1a722bbca49c2b6 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 24 Feb 2009 00:03:33 +0000 Subject: [PATCH] whitespace/style tweak --- includes/Title.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/includes/Title.php b/includes/Title.php index d9c19c0faa..8ae93fe26f 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -875,12 +875,10 @@ class Title { } if( $this->isExternal() ) { $ret = $this->getFullURL( $query ); - } elseif( $this->getPrefixedText() === '' - and $this->getFragment() !== '' ) { + } elseif( $this->getPrefixedText() === '' && $this->getFragment() !== '' ) { $ret = $this->getFragmentForURL(); } else { - $ret = $this->getLocalURL( $query, $variant ) - . $this->getFragmentForURL(); + $ret = $this->getLocalURL( $query, $variant ) . $this->getFragmentForURL(); } wfProfileOut( __METHOD__ ); return $ret; -- 2.20.1