diff options
| -rw-r--r-- | views/archive/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/archive/index.php b/views/archive/index.php index b39d641..380a778 100644 --- a/views/archive/index.php +++ b/views/archive/index.php @@ -20,8 +20,8 @@ <h1 id="page-header"><?= $page->URL ?></h1> <p id="page-info"> - Viewed <b><?= $page->totalViewCount() ?></b> times, - accross <b><?= count($archives) ?></b> archives, + Viewed <b><?= $page->totalViewCount() ?></b> times + across <b><?= count($archives) ?></b> archives, created between <b><?php echo end($archives)->Date; reset($archives); ?></b> and |
