mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RelatedArticles
synced 2024-11-28 02:00:17 +00:00
RelatedArticles: Heading level in sidebar: h5 to h3
The heading level in the sidebar needs to be changed because it also changed in core. Bug: 51625 Change-Id: I094182c3e7f94a68c96726bd3e26ad7c3690fe9f
This commit is contained in:
parent
ad7abd6e6c
commit
f9bae4a9bd
|
@ -181,7 +181,7 @@ class RelatedArticles {
|
|||
Html::closeElement( 'div' ) .
|
||||
Html::closeElement( 'div' ) .
|
||||
Html::openElement( 'div', array( 'id' => 'p-lang', 'class' => 'portal' ) ) .
|
||||
Html::element( 'h5', array(), wfMessage( 'relatedarticles-title' )->text() ) .
|
||||
Html::element( 'h3', array(), wfMessage( 'relatedarticles-title' )->text() ) .
|
||||
Html::openElement( 'div', array( 'class' => 'body' ) ) .
|
||||
Html::openElement( 'ul', array( 'class' => 'body' ) ) .
|
||||
implode( '', $relatedArticles );
|
||||
|
|
Loading…
Reference in a new issue