Showing 1 changed files with 1 additions and 1 deletions
+1 -1
templates/commits.html.ep
... ...
@@ -73,7 +73,7 @@
73 73
 #%>
74 74
 % if ($render_atom_feed) {
75 75
 <%
76
-    $self->res->headers->content_type('application/atom+xml');
76
+    $self->res->headers->content_type('application/atom+xml;charset=UTF-8');
77 77
     # Create atom feed
78 78
     my $commit_title = $commit->{title};
79 79
     $commit_title = Mojo::Util::xml_escape