From fd1a0818e395a14cf5ff921f89f97c7894bba091 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Wed, 30 Dec 2009 10:42:03 +0000 Subject: [PATCH] Consistency tweak: coalesce diff/hist links with pipe instead of () () --- includes/ChangesList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ChangesList.php b/includes/ChangesList.php index e09258e2f8..7238289ec4 100644 --- a/includes/ChangesList.php +++ b/includes/ChangesList.php @@ -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(), -- 2.20.1