diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-05-08 19:12:21 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-05-08 19:12:21 +0200 |
commit | de19515f04567db78bd41d5bff68a88bfb8c2a22 (patch) | |
tree | e478b1cdf6a186c162f6b62b8dce5addd2f7c17d /inc/Form/TextareaElement.php | |
parent | 6d0ceaf93ca31dfb83fd4325ef2eecd9cef733c0 (diff) | |
download | rpg-de19515f04567db78bd41d5bff68a88bfb8c2a22.tar.gz rpg-de19515f04567db78bd41d5bff68a88bfb8c2a22.tar.bz2 |
started with the compatibility layer
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'); } /** |