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

Change subject: Use autonym class for tagcloud in Special:SupportedLanguages
......................................................................


Use autonym class for tagcloud in Special:SupportedLanguages

Depends on ULS: I58c9c3fb74774e26e0f680cec0b0f9b2d3b2c11c

Change-Id: Ic25162956efdc1d666cccc5c48e3f79bf38ba321
---
M specials/SpecialSupportedLanguages.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/specials/SpecialSupportedLanguages.php 
b/specials/SpecialSupportedLanguages.php
index 3550cf0..32c11df 100644
--- a/specials/SpecialSupportedLanguages.php
+++ b/specials/SpecialSupportedLanguages.php
@@ -283,7 +283,7 @@
                $out = $this->getOutput();
 
                $langs = $this->languageCloud();
-               $out->addHtml( '<div class="tagcloud">' );
+               $out->addHtml( '<div class="tagcloud autonym">' );
                $langs = $this->shuffle_assoc( $langs );
                foreach ( $langs as $k => $v ) {
                        $name = isset( $names[$k] ) ? $names[$k] : $k;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic25162956efdc1d666cccc5c48e3f79bf38ba321
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Translate
Gerrit-Branch: master
Gerrit-Owner: Santhosh <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: Santhosh <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to