Hostname | ");
buffer_append_string_buffer(b, con->uri.authority);
BUFFER_APPEND_STRING_CONST(b, " (");
@@ -462,7 +462,7 @@ static handler_t mod_status_handle_server_status_html(server *srv, connection *c
BUFFER_APPEND_STRING_CONST(b, "\n \nConnections\n");
- BUFFER_APPEND_STRING_CONST(b, "\n");
+ BUFFER_APPEND_STRING_CONST(b, "\n");
BUFFER_APPEND_STRING_CONST(b, "");
mod_status_header_append_sort(b, p_d, "Client IP");
mod_status_header_append_sort(b, p_d, "Read");
@@ -674,7 +674,7 @@ static handler_t mod_status_handle_server_config(server *srv, connection *con, v
" \n"
" \n"
" " PACKAGE_NAME " " PACKAGE_VERSION "\n"
- " \n");
+ " \n");
mod_status_header_append(b, "Server-Features");
#ifdef HAVE_PCRE_H
|