Fix a typo in the newline/whitespace removal code
This commit is contained in:
parent
e430a2fe47
commit
d786e7dc36
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ An optional value to process, instead of POST input.
|
|||
sub getValue {
|
||||
my $self = shift;
|
||||
my $value = $self->SUPER::getValue(@_);
|
||||
$value =~ tr/\n\n//d;
|
||||
$value =~ tr/\r\n//d;
|
||||
return $value;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue