From: Andrew Garrett Date: Fri, 17 Feb 2012 22:15:17 +0000 (+0000) Subject: Revert r97042, causes bug 34432 X-Git-Tag: 1.31.0-rc.0~24648 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/?a=commitdiff_plain;h=a548e4b5950eb5bd8aa516f22ea7002b247615d5;p=lhc%2Fweb%2Fwiklou.git Revert r97042, causes bug 34432 --- diff --git a/includes/Linker.php b/includes/Linker.php index 4d4941165c..ef1f043329 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -1399,7 +1399,7 @@ class Linker { return ''; } else { $formatted = self::formatComment( $comment, $title, $local ); - return " ($formatted)"; + return " ($formatted)"; } }