Aude has uploaded a new change for review.
https://gerrit.wikimedia.org/r/75877
Change subject: (bug 51871) fix html for toolbox section
......................................................................
(bug 51871) fix html for toolbox section
Change-Id: I0d4a1a017effc2b501733860ce7d5572275ed581
---
M Insider.class.php
1 file changed, 6 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Insider
refs/changes/77/75877/1
diff --git a/Insider.class.php b/Insider.class.php
index 9b194a3..8785c36 100644
--- a/Insider.class.php
+++ b/Insider.class.php
@@ -194,10 +194,14 @@
Html::closeElement( 'ul' ) .
Html::closeElement( 'div' ) .
Html::closeElement( 'div' ) .
- Html::openElement( 'div', array( 'id' => 'p-lang',
'class' => 'portal' ) ) .
+ Html::openElement( 'div', array(
+ 'class' => 'portal',
+ 'role' => 'navigation',
+ 'id' => 'p-insiders'
+ ) ) .
Html::element( 'h3', array(), wfMessage(
'insider-title' )->text() ) .
Html::openElement( 'div', array( 'class' => 'body' ) ) .
- Html::openElement( 'ul', array( 'class' => 'body' ) ) .
+ Html::openElement( 'ul' ) .
implode( '', $insiders );
return true;
--
To view, visit https://gerrit.wikimedia.org/r/75877
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0d4a1a017effc2b501733860ce7d5572275ed581
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Insider
Gerrit-Branch: master
Gerrit-Owner: Aude <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits