Fixed a syntax error.
This commit is contained in:
parent
0f2350d4c5
commit
11964c2607
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ sub httpHeader {
|
|||
$session{header}{mimetype} = "application/octet-stream";
|
||||
}
|
||||
return $session{cgi}->header(
|
||||
-type => $session{header}{mimetype}.'; charset='.$charset,
|
||||
-type => $session{header}{mimetype}.'; charset='.$session{header}{charset},
|
||||
-cookie => $session{header}{cookie},
|
||||
-status => $session{header}{status},
|
||||
-attachment => $session{header}{filename}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue