From: wessels <> Date: Thu, 29 Aug 1996 22:54:16 +0000 (+0000) Subject: html cleanup X-Git-Tag: SQUID_3_0_PRE1~5883 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db9f331f288347273093daaf93ac69c41bd3a546;p=thirdparty%2Fsquid.git html cleanup --- diff --git a/src/errorpage.cc b/src/errorpage.cc index 475051edfb..d23489f083 100644 --- a/src/errorpage.cc +++ b/src/errorpage.cc @@ -1,6 +1,6 @@ /* - * $Id: errorpage.cc,v 1.33 1996/08/26 23:27:12 wessels Exp $ + * $Id: errorpage.cc,v 1.34 1996/08/29 16:54:22 wessels Exp $ * * DEBUG: section 4 Error Generation * AUTHOR: Duane Wessels @@ -286,10 +286,11 @@ char *authorization_needed_msg(request, realm) request_t *request; char *realm; { - sprintf(auth_msg, "Authorization needed\n\ -Sorry, you have to authorize yourself to request\n\ + sprintf(auth_msg, "Authorization needed\n\ +

Authorization needed

\n\ +

Sorry, you have to authorize yourself to request\n\

    ftp://%s@%s%s
\n\ -from this cache. Please check with the\n\ +

from this cache. Please check with the\n\ cache administrator\n\ if you believe this is incorrect.\n\

\n\ @@ -297,7 +298,7 @@ if you believe this is incorrect.\n\


\n\
\n\ Generated by %s/%s@%s\n\ -
\n\ +\n\ \n", request->login, request->host, diff --git a/src/stat.cc b/src/stat.cc index 23bed56054..9a5a73976e 100644 --- a/src/stat.cc +++ b/src/stat.cc @@ -1,5 +1,5 @@ /* - * $Id: stat.cc,v 1.55 1996/08/27 05:51:38 wessels Exp $ + * $Id: stat.cc,v 1.56 1996/08/29 16:54:16 wessels Exp $ * * DEBUG: section 18 Cache Manager Statistics * AUTHOR: Harvest Derived @@ -548,7 +548,6 @@ static void statFiledescriptors(sentry) "Remote Address", "Description"); storeAppendPrintf(sentry, "{---- ------ ---- ---- --------------------- ------------------------------}\n"); - storeAppendPrintf(sentry, "{}\n"); for (i = 0; i < FD_SETSIZE; i++) { if (!fdstat_isopen(i)) continue;