From 093896152b80da4aac2396eaf32df6c94529f22e Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 11 Aug 2026 16:22:19 -0500 Subject: Close the space before the full stop The link's closing brackets were followed by a space, so the sentence ended "through time ." on the page. Left over from removing something, most likely. No others like it in the corpus. --- content/blog/2021-04-23-php-comment-system.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/blog/2021-04-23-php-comment-system.org') diff --git a/content/blog/2021-04-23-php-comment-system.org b/content/blog/2021-04-23-php-comment-system.org index f2b49de..5baf04a 100644 --- a/content/blog/2021-04-23-php-comment-system.org +++ b/content/blog/2021-04-23-php-comment-system.org @@ -44,7 +44,7 @@ it turns out, this was a perfect solution for me. The second issue for my personal use-case is that I am trying to keep the contents of my website accessible over time, as described by Brandur, in his post entitled [[https://brandur.org/fragments/graceful-degradation-time][Blog with Markdown + Git, and degrade gracefully through -time]] . +time]]. This means I cannot rely on a database for comments, since I do not rely on a database for any other part of my websites. -- cgit v1.2.3