From aa0739f782591acc54515e2b855c19a285f9b853 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Thu, 1 Jun 2023 10:05:48 -0500 Subject: fix: text spacing --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 37ac07a..a45b5ae 100644 --- a/index.php +++ b/index.php @@ -143,7 +143,7 @@ function get_stories($api_url, $inline_title) { $html .= date('Y-m-d h:m:s', $sub_response['time']) . ' by '; $html .= $sub_response['by'] . ' | ' . $sub_response['score']; - $html .= 'points

'; + $html .= ' points

'; $html_output .= $html; } @@ -187,7 +187,7 @@ function get_user(string $api_url, string $inline_title) { $html .= date('Y-m-d h:m:s', $sub_response['time']) . ' by '; $html .= $sub_response['by'] . ' | ' . $sub_response['score']; - $html .= 'points

'; + $html .= ' points

'; $html_output .= $html; } } else { -- cgit v1.2.3-70-g09d2