Provided support for blobdiff_plain legacy URIs.
[catagits/Gitalist.git] / lib / Gitalist / Controller / Fragment / Ref.pm
index c079eb0..b4a2181 100644 (file)
@@ -39,7 +39,6 @@ after diff_fancy => sub {
 after diff_plain => sub {
     my ($self, $c) = @_;
     $self->_diff($c);
-    $c->response->content_type('text/plain; charset=utf-8');
 };
 
 after tree => sub {