]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/CGI/Maypole.pm
view exceptions and some code cleaning
[maypole.git] / lib / CGI / Maypole.pm
index b937d8279a6774e58edf5f99ae0aa1c2fd1ed804..bc313216d0e9adc268abf5fcd9db2f254a7bf35b 100644 (file)
@@ -40,7 +40,7 @@ sub send_output {
     my $r = shift;
     print $r->{cgi}->header(
         -type           => $r->{content_type},
-        -charset       => $r->{document_encoding},
+        -charset        => $r->{document_encoding},
         -content_length => length $r->{output},
     );
     print $r->{output};