From: hno <>
Date: Sun, 1 Sep 2002 18:37:46 +0000 (+0000)
Subject: More HTML cleanups by Clemens. This time PRE is restored to it's
X-Git-Tag: SQUID_3_0_PRE1~801
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d8c0128e0eee38cf70d964f20bd9509c9c7e1a6b;p=thirdparty%2Fsquid.git
More HTML cleanups by Clemens. This time PRE is restored to it's
default formatting to not disturb table outputs
---
diff --git a/src/cachemgr.cc b/src/cachemgr.cc
index a963128bc3..44a2cc535b 100644
--- a/src/cachemgr.cc
+++ b/src/cachemgr.cc
@@ -1,6 +1,6 @@
/*
- * $Id: cachemgr.cc,v 1.98 2002/08/27 02:08:59 robertc Exp $
+ * $Id: cachemgr.cc,v 1.99 2002/09/01 12:37:46 hno Exp $
*
* DEBUG: section 0 CGI Cache Manager
* AUTHOR: Duane Wessels
@@ -237,7 +237,7 @@ auth_html(const char *host, int port, const char *user_name)
printf("Content-Type: text/html\r\n\r\n");
printf("\n");
printf("
Cache Manager Interface\n");
- printf("\n");
+ printf("\n");
printf("Cache Manager Interface
\n");
printf("This is a WWW interface to the instrumentation interface\n");
printf("for the Squid object cache.
\n");
@@ -264,7 +264,7 @@ error_html(const char *msg)
printf("Content-Type: text/html\r\n\r\n");
printf("\n");
printf("Cache Manager Error\n");
- printf("\n");
+ printf("\n");
printf("Cache Manager Error
\n");
printf("\n%s
\n", msg);
print_trailer();
@@ -456,7 +456,7 @@ read_reply(int s, cachemgr_request * req)
printf("\n");
printf("CacheMgr@%s: %s\n",
req->hostname, action);
- printf("\n");
+ printf("\n");
printf("\n");
if (parse_menu) {
printf("",
diff --git a/src/gopher.cc b/src/gopher.cc
index 01b55fcc4f..d830fb36d7 100644
--- a/src/gopher.cc
+++ b/src/gopher.cc
@@ -1,6 +1,6 @@
/*
- * $Id: gopher.cc,v 1.170 2002/08/27 02:08:59 robertc Exp $
+ * $Id: gopher.cc,v 1.171 2002/09/01 12:37:46 hno Exp $
*
* DEBUG: section 10 Gopher
* AUTHOR: Harvest Derived
@@ -243,7 +243,7 @@ gopherHTMLHeader(StoreEntry * e, const char *title, const char *substring)
storeAppendPrintf(e, "");
storeAppendPrintf(e, title, substring);
storeAppendPrintf(e, "");
- storeAppendPrintf(e, "\n");
+ storeAppendPrintf(e, "\n");
storeAppendPrintf(e, "\n");
storeAppendPrintf(e, title, substring);
storeAppendPrintf(e, "
\n");
diff --git a/src/urn.cc b/src/urn.cc
index 8a7bacbdc0..9431397502 100644
--- a/src/urn.cc
+++ b/src/urn.cc
@@ -1,6 +1,6 @@
/*
- * $Id: urn.cc,v 1.73 2002/08/27 02:08:59 robertc Exp $
+ * $Id: urn.cc,v 1.74 2002/09/01 12:37:46 hno Exp $
*
* DEBUG: section 52 URN Parsing
* AUTHOR: Kostas Anagnostakis
@@ -260,7 +260,7 @@ urnHandleReply(void *data, char *unused_buf, ssize_t size)
memBufDefInit(&mb);
memBufPrintf(&mb,
"Select URL for %s\n"
- "\n"
+ "\n"
"Select URL for %s
\n"
"\n", storeUrl(e), storeUrl(e));
for (i = 0; i < urlcnt; i++) {