From: Robin Pepermans Date: Mon, 18 May 2009 18:45:09 +0000 (+0000) Subject: remove "+" X-Git-Tag: 1.31.0-rc.0~41756 X-Git-Url: https://git.heureux-cyclage.org/?a=commitdiff_plain;h=bc29aed6c642f752aca693bc848bd2a8460f2a18;p=lhc%2Fweb%2Fwiklou.git remove "+" --- diff --git a/includes/specials/SpecialContributions.php b/includes/specials/SpecialContributions.php index eb7fe7ae5f..22a7a4d343 100644 --- a/includes/specials/SpecialContributions.php +++ b/includes/specials/SpecialContributions.php @@ -491,7 +491,7 @@ class ContribsPager extends ReverseChronologicalPager { # Mark current revisions $difftext = $topmarktext = ''; if( $row->rev_id == $row->page_latest ) { -+ $topmarktext .= '' . $this->messages['uctop'] . ''; + $topmarktext .= '' . $this->messages['uctop'] . ''; if( !$row->page_is_new ) { $difftext .= '(' . $sk->makeKnownLinkObj( $page, $this->messages['diff'], 'diff=0' ) . ')'; # Add rollback link