]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
try putting border on tables
authorwessels <>
Mon, 19 Apr 1999 10:42:37 +0000 (10:42 +0000)
committerwessels <>
Mon, 19 Apr 1999 10:42:37 +0000 (10:42 +0000)
src/cachemgr.cc

index 3a456c5523b3b2c68799e9561551b0b77a2be8dc..1fca83c74ec00f4a5d149c584ceb7f33f59fe892 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: cachemgr.cc,v 1.85 1999/04/15 06:15:46 wessels Exp $
+ * $Id: cachemgr.cc,v 1.86 1999/04/19 04:42:37 wessels Exp $
  *
  * DEBUG: section 0     CGI Cache Manager
  * AUTHOR: Duane Wessels
@@ -239,7 +239,7 @@ auth_html(char *host, int port, const char *user_name)
     printf("for the Squid object cache.</P>\n");
     printf("<HR>\n");
     printf("<FORM METHOD=\"GET\" ACTION=\"%s\">\n", script_name);
-    printf("<TABLE BORDER=0>\n");
+    printf("<TABLE BORDER=\"0\" CELLPADDING=\"10\" CELLSPACING=\"1\">\n");
     printf("<TR><TH ALIGN=\"left\">Cache Host:</TH><TD><INPUT NAME=\"host\" ");
     printf("SIZE=30 VALUE=\"%s\"></TD></TR>\n", host);
     printf("<TR><TH ALIGN=\"left\">Cache Port:</TH><TD><INPUT NAME=\"port\" ");