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

Change subject: Add dir='ltr' for apps and versions
......................................................................


Add dir='ltr' for apps and versions

Change-Id: I675a00d0f2c671e26691306912104645c66f5efa
---
M frontend/specialpages/SpecialMWOAuthManageMyGrants.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/frontend/specialpages/SpecialMWOAuthManageMyGrants.php 
b/frontend/specialpages/SpecialMWOAuthManageMyGrants.php
index e138547..abc519b 100644
--- a/frontend/specialpages/SpecialMWOAuthManageMyGrants.php
+++ b/frontend/specialpages/SpecialMWOAuthManageMyGrants.php
@@ -294,7 +294,7 @@
                } ) );
 
                $r = '<li class="mw-mwoauthmanagemygrants-list-item">';
-               $r .= "<strong>{$encName}</strong> 
(<strong>$reviewLinks</strong>)";
+               $r .= "<strong dir='ltr'>{$encName}</strong> 
(<strong>$reviewLinks</strong>)";
                $data = array(
                        'mwoauthmanagemygrants-user' => $cmr->get( 'userId',
                                
'MediaWiki\Extensions\OAuth\MWOAuthUtils::getCentralUserNameFromId' ),

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I675a00d0f2c671e26691306912104645c66f5efa
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/OAuth
Gerrit-Branch: master
Gerrit-Owner: Amire80 <amir.ahar...@mail.huji.ac.il>
Gerrit-Reviewer: Aaron Schulz <asch...@wikimedia.org>
Gerrit-Reviewer: CSteipp <cste...@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