From af8b66b612fb92a60205b53d4d71b0c76a242985 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sat, 12 Jul 2008 06:24:42 -0600 Subject: [PATCH] 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. --- src/errorpage.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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, -- 2.47.3