diff --git a/index.html b/index.html index 8878d7b..9f7a0fd 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@

an experimental non-tracking web counter/analytics inspired by plausible.io and Simple analytics

-

Take a look at our stats.

+

Take a look at our stats.

What do we collect?

diff --git a/stats.php b/stats.php index 3f2d1af..9e465cf 100644 --- a/stats.php +++ b/stats.php @@ -160,7 +160,7 @@ ORDER BY visits DESC'); if (count($byPaths)) { echo '

Top '.count($byPaths).' visited pages

'; foreach ($byPaths as $page) { - echo '
'.$page['path'].''; + echo '
'.$page['path'].''; echo ' ' . $page['visits'] . '× - ' . pct($page['visits'], $totalVisits) . '%
'; } } @@ -207,7 +207,7 @@ if (count($byBots)) { echo ''; foreach ($sites as $site) { echo '';
Sitedomain#visits
'.$site['label'].''.$site['host'].''; - if ($site['stats_public']) echo ''; + if ($site['stats_public']) echo ''; echo $site['visits']; if ($site['stats_public']) echo ''; echo '