Revision 704e9499
Von Moritz Bunkus vor mehr als 16 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
511 | 511 |
} |
512 | 512 |
|
513 | 513 |
my %cgi_params = ('-type' => $params{content_type}); |
514 |
$cgi_params{'-charset'} = $params{charset} if ($parmas{charset});
|
|
514 |
$cgi_params{'-charset'} = $params{charset} if ($params{charset});
|
|
515 | 515 |
|
516 | 516 |
my $output = $cgi->header('-cookie' => $session_cookie, |
517 | 517 |
%cgi_params); |
Auch abrufbar als: Unified diff
Typo