Skip to content

Commit

Permalink
Textarea #2146
Browse files Browse the repository at this point in the history
  • Loading branch information
lianglee committed Apr 21, 2022
1 parent ee75a0f commit 6481cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/plugins/default/input/textarea.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
$class = 'ossn-textarea-input';
if(isset($params['class'])){
//[B] strangeness of class extending in input modules #1635
$class = $class .' '. $params['class'];
$params['class'] = $class .' '. $params['class'];
}
$value = (isset($params['value'])) ? $params['value'] : '';
unset ($params['value']);
Expand Down

0 comments on commit 6481cd1

Please sign in to comment.