projects
/
pgcommitfest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d3b332
)
Properly set charset to utf8 on responses.
author
Magnus Hagander
<magnus@hagander.net>
Tue, 8 Mar 2011 10:09:55 +0000
(10:09 +0000)
committer
Magnus Hagander
<magnus@hagander.net>
Tue, 8 Mar 2011 10:11:02 +0000
(10:11 +0000)
perl-lib/PgCommitFest/Request.pm
patch
|
blob
|
blame
|
history
diff --git
a/perl-lib/PgCommitFest/Request.pm
b/perl-lib/PgCommitFest/Request.pm
index ada9de55e96cec9ea2ab26617c5ef764d1fc0249..f2b89d49c4d7a9e939473071db59fdef20d9d9bf 100644
(file)
--- a/
perl-lib/PgCommitFest/Request.pm
+++ b/
perl-lib/PgCommitFest/Request.pm
@@
-30,7
+30,7
@@
sub new {
'db' => undef,
'error_list' => [],
'header' => {
- 'Content-type' => 'text/html',
+ 'Content-type' => 'text/html
; charset=utf-8
',
'Cache-Control' => 'no-cache',
'Pragma' => 'no-cache',
},