diff options
Diffstat (limited to 'views/default/input/plaintext.php')
-rw-r--r-- | views/default/input/plaintext.php | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/views/default/input/plaintext.php b/views/default/input/plaintext.php index 4c8cdac57..1d907dcfc 100644 --- a/views/default/input/plaintext.php +++ b/views/default/input/plaintext.php @@ -3,16 +3,4 @@ * */ -$defaults = array( - 'class' => 'input-textarea', -); - -$overrides = array( - 'tag' => 'textarea', -); - -if (isset($vars['value'])) { - $vars['body'] = $value; -} - -echo elgg_view('html/tag', array_merge($defaults, $vars, $overrides));
\ No newline at end of file +echo elgg_view('html/textarea', $vars);
\ No newline at end of file |