Harej has uploaded a new change for review. ( 
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(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CollaborationKit 
refs/changes/80/333480/1

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: newchange
Gerrit-Change-Id: Id4ff3cf232e2a6361662cb55ba34c828b7015ab7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CollaborationKit
Gerrit-Branch: master
Gerrit-Owner: Harej <jamesmh...@gmail.com>

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

Reply via email to