diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c
index d40abb873d..d989372c77 100644
--- a/modules/proxy/proxy_util.c
+++ b/modules/proxy/proxy_util.c
@@ -612,13 +612,13 @@ PROXY_DECLARE(int) ap_proxyerror(request_rec *r, int statuscode, const char *mes
apr_table_setn(r->notes, "error-notes",
apr_pstrcat(r->pool,
"The proxy server could not handle the request "
- "pool, r->uri),
+ "pool, r->uri),
"\">", ap_escape_html(r->pool, r->method),
" ",
- ap_escape_html(r->pool, r->uri), ". \n"
- "Reason: ",
+ ap_escape_html(r->pool, r->uri), "
\n" + "Reason: ", ap_escape_html(r->pool, message), - "", NULL)); + "
", NULL)); /* Allow "error-notes" string to be printed by ap_send_error_response() */ apr_table_setn(r->notes, "verbose-error-to", apr_pstrdup(r->pool, "*"));