From: hno <> Date: Sun, 21 Jul 2002 23:12:22 +0000 (+0000) Subject: HTML bugfixes in the new STYLE tag X-Git-Tag: SQUID_3_0_PRE1~877 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0792d2b121ce9cdaeb43b11412f99d08a1403c24;p=thirdparty%2Fsquid.git HTML bugfixes in the new STYLE tag --- diff --git a/src/cachemgr.cc b/src/cachemgr.cc index 50faab02ea..9d7d6357e8 100644 --- a/src/cachemgr.cc +++ b/src/cachemgr.cc @@ -1,6 +1,6 @@ /* - * $Id: cachemgr.cc,v 1.96 2002/07/18 23:55:43 hno Exp $ + * $Id: cachemgr.cc,v 1.97 2002/07/21 17:12:22 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("

Cache Manager menu for %s:

", diff --git a/src/ftp.cc b/src/ftp.cc index fbc6c38dd6..270805eb06 100644 --- a/src/ftp.cc +++ b/src/ftp.cc @@ -1,6 +1,6 @@ /* - * $Id: ftp.cc,v 1.323 2002/07/18 23:43:14 hno Exp $ + * $Id: ftp.cc,v 1.324 2002/07/21 17:12:22 hno Exp $ * * DEBUG: section 9 File Transfer Protocol (FTP) * AUTHOR: Harvest Derived @@ -360,7 +360,7 @@ ftpListingStart(FtpStateData * ftpState) storeAppendPrintf(e, "FTP Directory: %s\n", html_quote(strBuf(ftpState->title_url))); storeAppendPrintf(e, "\n"); - storeAppendPrintf(e, "\n"); + storeAppendPrintf(e, "\n"); if (ftpState->flags.use_base) storeAppendPrintf(e, "\n", html_quote(strBuf(ftpState->base_href))); diff --git a/src/gopher.cc b/src/gopher.cc index e542229203..0946e72eaf 100644 --- a/src/gopher.cc +++ b/src/gopher.cc @@ -1,6 +1,6 @@ /* - * $Id: gopher.cc,v 1.168 2002/07/20 00:18:15 hno Exp $ + * $Id: gopher.cc,v 1.169 2002/07/21 17:12:22 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 20432135e1..6bc90c2b8a 100644 --- a/src/urn.cc +++ b/src/urn.cc @@ -1,6 +1,6 @@ /* - * $Id: urn.cc,v 1.71 2002/07/18 23:43:14 hno Exp $ + * $Id: urn.cc,v 1.72 2002/07/21 17:12:22 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++) {