diff options
Diffstat (limited to 'templates/global_timeline.php')
| -rw-r--r-- | templates/global_timeline.php | 2 |
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]); |
