diff options
Diffstat (limited to 'templates/local_timeline.php')
| -rw-r--r-- | templates/local_timeline.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/local_timeline.php b/templates/local_timeline.php index a4624b5..f93300a 100644 --- a/templates/local_timeline.php +++ b/templates/local_timeline.php @@ -2,7 +2,7 @@ global $notes; call_template('alertbox', [ 'variety' => 'info', - 'message' => 'This timeline shows all public indexable notes posted by users on this server' + 'message' => 'This timeline shows all public indexable notes posted by users on this server.' ]); foreach ($notes as $n) { call_template('note', ['note' => $n]); |
