diff --git a/src/html-error.c b/src/html-error.c index ccafc59..5dec919 100644 --- a/src/html-error.c +++ b/src/html-error.c @@ -140,14 +140,14 @@ int send_http_headers ( { const char headers[] = "HTTP/1.%u %d %s\r\n" - "Server: %s/%s\r\n" + "Server: %s\r\n" "Content-Type: text/html\r\n" "%s" "Connection: close\r\n" "\r\n"; return (write_message (connptr->client_fd, headers, connptr->protocol.major != 1 ? 0 : connptr->protocol.minor, - code, message, PACKAGE, VERSION, + code, message, PACKAGE, extra)); } @@ -169,7 +169,7 @@ int send_http_error_message (struct conn_s *connptr) "
%s
\n" "Generated by %s version %s.
\n" "