From 7f0d14fe6fe950ebdbe1fbeffb644d4535680f62 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 5 Jun 2023 21:25:52 -0500 Subject: fix: user comment datetimes used incorrect taf --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 91266ec..f9e74eb 100644 --- a/index.php +++ b/index.php @@ -195,9 +195,9 @@ function get_user(string $api_url, string $inline_title) { $html = 'TODO: Add logic to handle polls here.'; } else { // TODO: Add link to parent with $sub_response['parent'] - $html = '
'; } $html_output .= $html; } -- cgit v1.2.3-70-g09d2