From: Raimond Spekking Date: Wed, 30 Dec 2009 10:42:03 +0000 (+0000) Subject: Consistency tweak: coalesce diff/hist links with pipe instead of () () X-Git-Tag: 1.31.0-rc.0~38452 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=commitdiff_plain;h=fd1a0818e395a14cf5ff921f89f97c7894bba091;p=lhc%2Fweb%2Fwiklou.git Consistency tweak: coalesce diff/hist links with pipe instead of () () --- 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(),