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:
rillke 2013-07-18 19:50:08 +02:00
parent ad7abd6e6c
commit f9bae4a9bd

View file

@ -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 );