diff options
Diffstat (limited to 'inc/Form/TextareaElement.php')
-rw-r--r-- | inc/Form/TextareaElement.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/Form/TextareaElement.php b/inc/Form/TextareaElement.php index a8486266f..9d461fdf5 100644 --- a/inc/Form/TextareaElement.php +++ b/inc/Form/TextareaElement.php @@ -18,6 +18,7 @@ class TextareaElement extends InputElement { */ public function __construct($name, $label) { parent::__construct('textarea', $name, $label); + $this->attr('dir', 'auto'); } /** |