From: serassio <> Date: Wed, 1 Mar 2006 01:05:34 +0000 (+0000) Subject: Bug #1478: add nowrap to cachemgr.cgi html tables X-Git-Tag: SQUID_3_0_PRE4~306 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=907e86e0f0358e2798b086705cac5c5af7c8e392;p=thirdparty%2Fsquid.git Bug #1478: add nowrap to cachemgr.cgi html tables Patch from Gonzalo Arana --- diff --git a/src/cachemgr.cc b/src/cachemgr.cc index 19e384d714..e26e8d12e4 100644 --- a/src/cachemgr.cc +++ b/src/cachemgr.cc @@ -1,6 +1,6 @@ /* - * $Id: cachemgr.cc,v 1.112 2005/08/19 16:40:15 wessels Exp $ + * $Id: cachemgr.cc,v 1.113 2006/02/28 18:05:34 serassio Exp $ * * DEBUG: section 0 CGI Cache Manager * AUTHOR: Duane Wessels @@ -677,7 +677,7 @@ read_reply(int s, cachemgr_request * req) printf("CacheMgr@%s: %s\n", req->hostname, action); - printf("\n"); + printf("\n"); printf("\n");