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

Change subject: RelatedSites: Heading level in sidebar: h5 to h3
......................................................................


RelatedSites: Heading level in sidebar: h5 to h3

The heading level in the sidebar needs to be changed because it also
changed in core.

Bug: 51517
Change-Id: Ic77460c4a317e1dbb2b5f8d917dc748a6309b1b9
---
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 8384472..2d2d932 100644
--- a/RelatedSites.class.php
+++ b/RelatedSites.class.php
@@ -167,7 +167,7 @@
                        Html::closeElement( 'div' ) .
                        Html::closeElement( 'div' ) .
                        Html::openElement( 'div', array( 'id' => 
'p-relatedsites', 'class' => 'portal' ) ) .
-                       Html::element( 'h5', array(), wfMessage( 
'relatedsites-title' )->text() ) .
+                       Html::element( 'h3', array(), wfMessage( 
'relatedsites-title' )->text() ) .
                        Html::openElement( 'div', array( 'class' => 'body' ) ) .
                        Html::openElement( 'ul', array( 'class' => 'body' ) ) .
                        implode( '', $relatedSites );

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic77460c4a317e1dbb2b5f8d917dc748a6309b1b9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/RelatedSites
Gerrit-Branch: master
Gerrit-Owner: Rillke <rainerril...@hotmail.com>
Gerrit-Reviewer: Matthias Mullie <mmul...@wikimedia.org>
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