From 72aad7fffde258ccd11e3cc51ef9f0a8ccc97a46 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Thu, 19 Jan 2017 16:19:27 +0100 Subject: [PATCH] HTMLTextField: Set the 'dir' attribute in OOUI mode Bug: T153636 Change-Id: I7ddf6a358f8150ef252d8d8e76661fe1eb93a790 --- includes/htmlform/fields/HTMLTextField.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/htmlform/fields/HTMLTextField.php b/includes/htmlform/fields/HTMLTextField.php index c3da74618b..b0b66cab9f 100644 --- a/includes/htmlform/fields/HTMLTextField.php +++ b/includes/htmlform/fields/HTMLTextField.php @@ -187,6 +187,7 @@ class HTMLTextField extends HTMLFormField { 'name' => $this->mName, 'value' => $value, 'type' => $type, + 'dir' => $this->mDir, ] + $attribs ); } -- 2.20.1