jenkins-bot has submitted this change and it was merged.
Change subject: Fix closing div if popular list isn't enabled
......................................................................
Fix closing div if popular list isn't enabled
Change-Id: I69a86084dded860a0a323d7c97fb3559e91ac866
---
M includes/specials/SpecialBaseDistributor.php
1 file changed, 2 insertions(+), 0 deletions(-)
Approvals:
Jforrester: Looks good to me, approved
jenkins-bot: Verified
diff --git a/includes/specials/SpecialBaseDistributor.php
b/includes/specials/SpecialBaseDistributor.php
index bd4016b..f424efa 100644
--- a/includes/specials/SpecialBaseDistributor.php
+++ b/includes/specials/SpecialBaseDistributor.php
@@ -142,6 +142,8 @@
$popularList = $this->getPopularList();
if ( !$popularList ) {
+ // Close the container div
+ $out->addHTML( '</div>' );
return;
}
--
To view, visit https://gerrit.wikimedia.org/r/257791
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I69a86084dded860a0a323d7c97fb3559e91ac866
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ExtensionDistributor
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
Gerrit-Reviewer: Addshore <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits