From 8f1f84d92cabf3a606585bc79eba14e63c149b60 Mon Sep 17 00:00:00 2001 From: winter Date: Mon, 23 Dec 2024 21:03:21 +0000 Subject: improve timelines --- templates/global_timeline.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/global_timeline.php') 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]); -- cgit v1.3