Skip to content

Commit

Permalink
Merge pull request #3 from frioux/patch-1
Browse files Browse the repository at this point in the history
initial fix for RT68289
  • Loading branch information
rcaputo committed Mar 18, 2013
2 parents 779e6c6 + a01d2cc commit c38ea27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Bot/Pastebot/Server/Http.pm
Expand Up @@ -431,7 +431,7 @@ sub httpd_session_got_query {
}

my $response = HTTP::Response->new(404);
$response->push_header( 'Content-type', 'text/html' );
$response->push_header( 'Content-type', 'text/html; charset=utf-8' );
$response->content(
"<html>" .
"<head><title>Paste Not Found</title></head>" .
Expand Down

0 comments on commit c38ea27

Please sign in to comment.