]> granicus.if.org Git - apache/commitdiff
make the output XHTML
authorIan Holsman <ianh@apache.org>
Sun, 25 Aug 2002 20:40:11 +0000 (20:40 +0000)
committerIan Holsman <ianh@apache.org>
Sun, 25 Aug 2002 20:40:11 +0000 (20:40 +0000)
Submitted by : Erik Abele <erik@codefaktor.de>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96528 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_util.c

index d40abb873de275e87191b890b3636fd70d6fbc35..d989372c77708fd925a5f537549f2c7c0a71e024 100644 (file)
@@ -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 "
-               "<EM><A HREF=\"", ap_escape_uri(r->pool, r->uri),
+               "<em><a href=\"", ap_escape_uri(r->pool, r->uri),
                "\">", ap_escape_html(r->pool, r->method),
                "&nbsp;", 
-               ap_escape_html(r->pool, r->uri), "</A></EM>.<P>\n"
-               "Reason: <STRONG>",
+               ap_escape_html(r->pool, r->uri), "</a></em>.<p>\n"
+               "Reason: <strong>",
                ap_escape_html(r->pool, message), 
-               "</STRONG>", NULL));
+               "</strong></p>", 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, "*"));