jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/333480 )

Change subject: Fixing bug that would cause formatting problems when first 
column is empty
......................................................................


Fixing bug that would cause formatting problems when first column is empty

Bug: T155660
Change-Id: Id4ff3cf232e2a6361662cb55ba34c828b7015ab7
---
M includes/content/CollaborationListContent.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harej: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/content/CollaborationListContent.php 
b/includes/content/CollaborationListContent.php
index 5f6e7fc..12253d6 100644
--- a/includes/content/CollaborationListContent.php
+++ b/includes/content/CollaborationListContent.php
@@ -287,7 +287,7 @@
                        $text .= "</div>\n";
 
                        if ( count( $column->items ) === 0 ) {
-                               $text .= 
"\n{{mediawiki:collaborationkit-list-emptycolumn}}\n";
+                               $text .= 
"\n{{mediawiki:collaborationkit-list-emptycolumn}}</div>\n";
                                continue;
                        }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Id4ff3cf232e2a6361662cb55ba34c828b7015ab7
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/CollaborationKit
Gerrit-Branch: master
Gerrit-Owner: Harej <jamesmh...@gmail.com>
Gerrit-Reviewer: Harej <jamesmh...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to