diff options
| author | Syndamia <kamen@syndamia.com> | 2025-02-09 20:53:27 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2025-02-09 20:53:27 +0200 |
| commit | 90afdc23822045f36026ddecb36c01c9740b002f (patch) | |
| tree | 713743ff8e6796520bfbc55675f3e123820a2410 | |
| parent | ae8b6f88a0c31703d5e846fd1717a26b74d5da3b (diff) | |
| download | nowayforward_human-90afdc23822045f36026ddecb36c01c9740b002f.tar nowayforward_human-90afdc23822045f36026ddecb36c01c9740b002f.tar.gz nowayforward_human-90afdc23822045f36026ddecb36c01c9740b002f.zip | |
fix: Typo
| -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 |
