adding pb design link

This commit is contained in:
JT Smith 2004-03-04 06:05:25 +00:00
parent cbbb7e8392
commit bfc8934306
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -323,7 +323,7 @@ sub httpHeader {
$session{header}{expires} = "-1d";
}
return $session{cgi}->header(
-type => $session{header}{mimetype}
-type => $session{header}{mimetype},
-charset => $session{header}{charset},
-cookie => $session{header}{cookie},
-status => $session{header}{status},