[Bps-public-commit] Prophet branch, master, updated. 0.69_01-28-g8c1cd05
jesse
jesse at bestpractical.com
Tue Sep 1 19:20:21 EDT 2009
The branch, master has been updated
via 8c1cd05061a300a0d2f43a01350730164a29e7e9 (commit)
from ab2a79eb6ce9b4532cac566ad34062b2c3608ae5 (commit)
Summary of changes:
lib/Prophet/Server.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 8c1cd05061a300a0d2f43a01350730164a29e7e9
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Tue Sep 1 19:16:17 2009 -0400
Web templates default to uf8
Closes c33adf63-3c7a-5a57-85df-9b756cc0ac47
diff --git a/lib/Prophet/Server.pm b/lib/Prophet/Server.pm
index 99a9dd0..8b0a6df 100644
--- a/lib/Prophet/Server.pm
+++ b/lib/Prophet/Server.pm
@@ -304,7 +304,7 @@ sub show_template {
my $self = shift;
my $p = shift;
my $content = $self->render_template($p, at _);
- if ($content) { return $self->send_content( content_type => 'text/html', content => $content,);}
+ if ($content) { return $self->send_content( content_type => 'text/html; charset=UTF-8', content => $content,);}
return undef;
}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list