fix ugly spacing in configuration-file-textareas
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -169,7 +169,7 @@ class htmlform
|
||||
if(isset($data['rows'])) {
|
||||
$extras .= ' rows="'.$data['rows'].'"';
|
||||
}
|
||||
$value = isset($data['value']) ? $data['value'] : '';
|
||||
$value = isset($data['value']) ? trim($data['value']) : '';
|
||||
|
||||
eval("\$return = \"" . getTemplate("misc/form/input_textarea", "1") . "\";");
|
||||
return $return;
|
||||
|
||||
Reference in New Issue
Block a user