aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2025-02-09 20:53:27 +0200
committerSyndamia <kamen@syndamia.com>2025-02-09 20:53:27 +0200
commit90afdc23822045f36026ddecb36c01c9740b002f (patch)
tree713743ff8e6796520bfbc55675f3e123820a2410 /views
parentae8b6f88a0c31703d5e846fd1717a26b74d5da3b (diff)
downloadnowayforward_human-90afdc23822045f36026ddecb36c01c9740b002f.tar
nowayforward_human-90afdc23822045f36026ddecb36c01c9740b002f.tar.gz
nowayforward_human-90afdc23822045f36026ddecb36c01c9740b002f.zip
fix: Typo
Diffstat (limited to 'views')
-rw-r--r--views/archive/index.php4
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