From: Amos Jeffries Date: Sat, 12 Jul 2008 12:24:42 +0000 (-0600) Subject: Boost error pages HTML standards. X-Git-Tag: SQUID_3_0_STABLE8~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af8b66b612fb92a60205b53d4d71b0c76a242985;p=thirdparty%2Fsquid.git Boost error pages HTML standards. This converts the hard-coded footer section of all error pages to XHTML or HTML 4.01 Strict compliance. Ready for any improvements done on page templates themselves to match the compliance level. --- diff --git a/src/errorpage.cc b/src/errorpage.cc index 22d07f3e0d..4e683d060f 100644 --- a/src/errorpage.cc +++ b/src/errorpage.cc @@ -81,12 +81,12 @@ error_hard_text[] = { { ERR_SQUID_SIGNATURE, - "\n
\n" - "
\n" - "
\n" + "\n
\n" + "
\n" + "
\n" "Generated %T by %h (%s)\n" - "
\n" - "\n" + "\n" + "\n" }, { TCP_RESET,