MaxSem has submitted this change and it was merged.

Change subject: Forcing the URL box to ltr direction
......................................................................


Forcing the URL box to ltr direction

Change-Id: I4c8a5317e78dac54c0a698b2594a399dc1b44e95
---
M SpecialApiSandbox.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  MaxSem: Verified; Looks good to me, approved
  jenkins-bot: Checked



diff --git a/SpecialApiSandbox.php b/SpecialApiSandbox.php
index ba49970..13178b7 100644
--- a/SpecialApiSandbox.php
+++ b/SpecialApiSandbox.php
@@ -40,7 +40,7 @@
 '
                        . '<tr><th class="api-sandbox-result-label"><label 
for="api-sandbox-url">'
                        . $this->msg( 'apisb-result-request-url' )->parse() . 
'</label></th>'
-                       . '<td><input id="api-sandbox-url" readonly="readonly" 
/></td></tr>
+                       . '<td><input id="api-sandbox-url" readonly="readonly" 
dir="ltr" /></td></tr>
 '
                        . '<tr id="api-sandbox-post-row"><th 
class="api-sandbox-result-label"><label for="api-sandbox-post">'
                        . $this->msg( 'apisb-result-request-post' )->parse() . 
'</label></th>'

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I4c8a5317e78dac54c0a698b2594a399dc1b44e95
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/ApiSandbox
Gerrit-Branch: master
Gerrit-Owner: Amire80 <[email protected]>
Gerrit-Reviewer: MaxSem <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to