From 1ae16f7987d553d26da0df0ef916c25ec173da91 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Thu, 1 Jun 2023 09:53:57 -0500 Subject: fix accidental line end --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 8afaa13..fa92db9 100644 --- a/index.php +++ b/index.php @@ -171,7 +171,7 @@ function get_user(string $api_url, string $inline_title) { $html_output = '

' . $inline_title . '

'; $html_output .= '

About: ' . $response['about'] . '

'; $html_output .= '

Karma: ' . $response['karma'] . '

'; - $html_output .= '

Created:

'; $html_output .= '

Recently Submitted Posts:

'; $limit = count($response['submitted']) > 10 ? 10 : count($response['submitted']); -- cgit v1.2.3-70-g09d2