From 0b605838079e58fd834c43fcf1776fb401b0751d Mon Sep 17 00:00:00 2001 From: Marcus Ramberg Date: Thu, 16 Sep 2004 18:57:06 +0000 Subject: [PATCH] Fixed documentation bug. git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@188 48953598-375a-da11-a14b-00016c27c3ee --- lib/Maypole/View/Base.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Maypole/View/Base.pm b/lib/Maypole/View/Base.pm index 668b2c4..51c2cb6 100644 --- a/lib/Maypole/View/Base.pm +++ b/lib/Maypole/View/Base.pm @@ -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; } -- 2.39.2