diff options
Diffstat (limited to 'src/nxt_http_error.c')
-rw-r--r-- | src/nxt_http_error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_http_error.c b/src/nxt_http_error.c index 71f790e0..65f8ba38 100644 --- a/src/nxt_http_error.c +++ b/src/nxt_http_error.c @@ -16,7 +16,7 @@ static const nxt_http_request_state_t nxt_http_request_send_error_body_state; static const char error[] = - "<html><head><title>Error</title><head>" + "<html><head><title>Error</title></head>" "<body>Error.</body></html>\r\n"; |