diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-11 16:08:04 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-11 16:08:04 +0000 |
commit | a454889d81ed753de06ac6b014ff92ca3c57e039 (patch) | |
tree | 19fcaf6fee7a54af8e30e778aab85e06dc554f94 /views/failsafe/input/longtext.php | |
parent | f157509b3cd60f227c9f5aca0b3d4c9cdd13dfe3 (diff) | |
download | elgg-a454889d81ed753de06ac6b014ff92ca3c57e039.tar.gz elgg-a454889d81ed753de06ac6b014ff92ca3c57e039.tar.bz2 |
Updates: longtext editor default size added (and overridden in group/forums), more updates to lists of members, remaining/previously-missed generic input classes renamed to lowercase.
git-svn-id: http://code.elgg.org/elgg/trunk@5365 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/failsafe/input/longtext.php')
-rw-r--r-- | views/failsafe/input/longtext.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/failsafe/input/longtext.php b/views/failsafe/input/longtext.php index 9c89583de..9da3d8276 100644 --- a/views/failsafe/input/longtext.php +++ b/views/failsafe/input/longtext.php @@ -16,7 +16,7 @@ $class = $vars['class']; if (!$class) { - $class = "input-textarea"; + $class = "input_textarea"; } ?> |