]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole/View/Base.pm
Fixed documentation bug.
[maypole.git] / lib / Maypole / View / Base.pm
index 668b2c4430fa4b061d0343cf237dfd203a45ae2f..51c2cb6dcbc3601d9567d4b725db06017c73ce4d 100644 (file)
@@ -60,6 +60,7 @@ sub process {
     my $status = $self->template($r);
     return $self->error($r) if $status != OK;
     $r->{content_type} ||= "text/html";
+    $r->{document_encoding} ||= "utf-8";
     return OK;
 }