Consistency tweak: coalesce diff/hist links with pipe instead of () ()
authorRaimond Spekking <raymond@users.mediawiki.org>
Wed, 30 Dec 2009 10:42:03 +0000 (10:42 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Wed, 30 Dec 2009 10:42:03 +0000 (10:42 +0000)
includes/ChangesList.php

index e09258e..7238289 100644 (file)
@@ -307,7 +307,7 @@ class ChangesList {
                                array( 'known', 'noclasses' )
                        );
                }
-               $s .= '('.$diffLink.') (';
+               $s .= '(' . $diffLink . $this->message['pipe-separator'];
                # History link
                $s .= $this->skin->link(
                        $rc->getTitle(),