aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/global_timeline.php
diff options
context:
space:
mode:
authorwinter2024-12-23 21:03:21 +0000
committerwinter2024-12-23 21:03:21 +0000
commit8f1f84d92cabf3a606585bc79eba14e63c149b60 (patch)
tree04852c50d2f037769471b24027ba9114967146b4 /templates/global_timeline.php
parent505d25e29f1c13403bfbfe7cd9d1ab125be87a4b (diff)
improve timelines
Diffstat (limited to 'templates/global_timeline.php')
-rw-r--r--templates/global_timeline.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/global_timeline.php b/templates/global_timeline.php
index cdaac5e..bf91df0 100644
--- a/templates/global_timeline.php
+++ b/templates/global_timeline.php
@@ -2,7 +2,7 @@
global $notes;
call_template('alertbox', [
'variety' => 'info',
- 'message' => 'This timeline shows all known public indexable notes'
+ 'message' => 'This timeline shows all known public indexable notes.'
]);
foreach ($notes as $n) {
call_template('note', ['note' => $n]);