Skip to content

Commit

Permalink
fix atom feed content type to charset=UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-kimoto committed Nov 17, 2014
1 parent 043751c commit 177f3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/commits.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
#%>
% if ($render_atom_feed) {
<%
$self->res->headers->content_type('application/atom+xml');
$self->res->headers->content_type('application/atom+xml;charset=UTF-8');
# Create atom feed
my $commit_title = $commit->{title};
$commit_title = Mojo::Util::xml_escape
Expand Down

0 comments on commit 177f3da

Please sign in to comment.