]> git.decadent.org.uk Git - maypole.git/commitdiff
Fixed documentation bug.
authorMarcus Ramberg <mramberg@cpan.org>
Thu, 16 Sep 2004 18:57:06 +0000 (18:57 +0000)
committerMarcus Ramberg <mramberg@cpan.org>
Thu, 16 Sep 2004 18:57:06 +0000 (18:57 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@188 48953598-375a-da11-a14b-00016c27c3ee

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;
 }