From: Amos Jeffries Date: Mon, 7 Jul 2008 02:06:43 +0000 (+1200) Subject: Boost error pages HTML standards. X-Git-Tag: SQUID_3_1_0_1~49^2~166 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a466bda55c00244708a699f8a5e7270627633a92;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 pages templates themselves to matche the compliance level. TODO: upgrade all page templates to match. --- diff --git a/src/errorpage.cc b/src/errorpage.cc index 149b417d49..6bfb66eab5 100644 --- a/src/errorpage.cc +++ b/src/errorpage.cc @@ -87,12 +87,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,