diff options
Diffstat (limited to 'include/stats.php')
-rw-r--r-- | include/stats.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/stats.php b/include/stats.php index 97e1979..d49d57a 100644 --- a/include/stats.php +++ b/include/stats.php @@ -227,6 +227,9 @@ if( !$content = getCache("cache/stats.html",60*60*24) ) how often is the last trick a non-trump trick */ + /* needs this so that all tables are within the div and don't float around */ + echo "<p style=\"clear:both;\"> </p>\n"; + echo "</div>\n"; /* end output */ /* write file to cache */ |