From 268dfc987664416db099761d51a5c007eb926904 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 28 May 2024 21:03:16 -0400 Subject: fix date --- src/web/_views/template/comment.php | 2 +- src/web/_views/template/post.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/web/_views/template') diff --git a/src/web/_views/template/comment.php b/src/web/_views/template/comment.php index cf2c0b4..72bcedf 100644 --- a/src/web/_views/template/comment.php +++ b/src/web/_views/template/comment.php @@ -8,7 +8,7 @@
name($user)?> - date($comment['created'])?> + main->date($comment['created'])?>
diff --git a/src/web/_views/template/post.php b/src/web/_views/template/post.php index 3dcae8f..b8ea69a 100644 --- a/src/web/_views/template/post.php +++ b/src/web/_views/template/post.php @@ -5,7 +5,7 @@
- + main->date($post['created'])?>

-- cgit v1.2.3-freya