public-inbox.cgi | 2 +- diff --git a/public-inbox.cgi b/public-inbox.cgi index 9d60d1fc6370f6a9be163279de86110f51ad4bc3..bd592ce3e3107c6ed77ea51f0cf0c761284393e4 100755 --- a/public-inbox.cgi +++ b/public-inbox.cgi @@ -95,7 +95,7 @@ sub r404 { r("404 Not Found") } # simple response for errors -sub r { [ $_[0], { 'Content-Type' => 'text/plain' }, '' ] } +sub r { [ $_[0], { 'Content-Type' => 'text/plain' }, $_[0]."\n" ] } # returns undef if valid, array ref response if invalid sub invalid_list {