projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8948c9c
)
Typo
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 26 May 2008 08:30:56 +0000
(08:30 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 26 May 2008 08:30:56 +0000
(08:30 +0000)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
6e781b8
..
f45d958
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-511,7
+511,7
@@
sub create_http_response {
}
my %cgi_params = ('-type' => $params{content_type});
- $cgi_params{'-charset'} = $params{charset} if ($par
ma
s{charset});
+ $cgi_params{'-charset'} = $params{charset} if ($par
am
s{charset});
my $output = $cgi->header('-cookie' => $session_cookie,
%cgi_params);