jenkins-bot has submitted this change and it was merged.

Change subject: Correct the id for related sites sidebar
......................................................................


Correct the id for related sites sidebar

Bug: 49101
Change-Id: Iff9e470f61a05906e1be4df0cc153f0d244e18c5
---
M RelatedSites.class.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/RelatedSites.class.php b/RelatedSites.class.php
index 7cc33ca..8384472 100644
--- a/RelatedSites.class.php
+++ b/RelatedSites.class.php
@@ -166,7 +166,7 @@
                        Html::closeElement( 'ul' ) .
                        Html::closeElement( 'div' ) .
                        Html::closeElement( 'div' ) .
-                       Html::openElement( 'div', array( 'id' => 'p-lang', 
'class' => 'portal' ) ) .
+                       Html::openElement( 'div', array( 'id' => 
'p-relatedsites', 'class' => 'portal' ) ) .
                        Html::element( 'h5', array(), wfMessage( 
'relatedsites-title' )->text() ) .
                        Html::openElement( 'div', array( 'class' => 'body' ) ) .
                        Html::openElement( 'ul', array( 'class' => 'body' ) ) .

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iff9e470f61a05906e1be4df0cc153f0d244e18c5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/RelatedSites
Gerrit-Branch: master
Gerrit-Owner: Santhosh <[email protected]>
Gerrit-Reviewer: Matthias Mullie <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to