Arav93 has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/108205


Change subject: Put the space before category links to consideration
......................................................................

Put the space before category links to consideration

The space given before any category link was ignored. It was put
to consideration.

Bug: 17988
Change-Id: I6f6389aad305b2dd0ba1f30106503a706a4766ae
---
M includes/parser/Parser.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/05/108205/1

diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php
index cdf5e98..6bbea31 100644
--- a/includes/parser/Parser.php
+++ b/includes/parser/Parser.php
@@ -2095,7 +2095,7 @@
 
                                if ( $ns == NS_CATEGORY ) {
                                        wfProfileIn( __METHOD__ . "-category" );
-                                       $s = rtrim( $s . "\n" ); # bug 87
+                                       $s = rtrim( $s , "\n" ); # bug 87
 
                                        if ( $wasblank ) {
                                                $sortkey = 
$this->getDefaultSort();

-- 
To view, visit https://gerrit.wikimedia.org/r/108205
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6f6389aad305b2dd0ba1f30106503a706a4766ae
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Arav93 <arav...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to