Need to fix spacing to zero
authorJoey Schulze <joey@infodrom.org>
Thu, 4 Oct 2007 20:28:04 +0000 (20:28 +0000)
committerJoey Schulze <joey@infodrom.org>
Thu, 4 Oct 2007 20:28:04 +0000 (20:28 +0000)
src/Infodrom/webstats/referer.wml

index fc5457e..d30765a 100644 (file)
@@ -18,7 +18,7 @@
 
   # overview
   $tabhead[] =
-'<table class="font height border" width="100%">
+'<table class="font height border" width="100%" cellspacing="0">
 <tr bgcolor="#<colh>"><th width="10%">Count</th><th width="90%">Referer</th></tr>';
   $tabfoot[] = '</table>';
   $tabrow[] = '<tr bgcolor="#%s"><td width="10%%" align="center">%d</td><td width="90%%"><a href="%s" title="%s">%s</a></td></tr>';
@@ -26,7 +26,7 @@
 
   # details
   $tabhead[] =
-'<table class="font height border" width="100%">
+'<table class="font height border" width="100%" cellspacing="0">
 <tr bgcolor="#<colh>"><th width="15%">Date</th><th width="55%">Referer</th><th width="30%">URL</th></tr>';
   $tabfoot[] = '</table>';
   $tabrow[] = '<tr bgcolor="#%s"><td width="15%%">%s</td><td width="55%%"><a href="%s" title="%s">%s</a></td><td width="30%%"><a href="%s">%s</a></td></tr>';