From 9c52c241c16be0db265094d9ede0eeb6ac3ba32a Mon Sep 17 00:00:00 2001 From: speedie Date: Sat, 25 May 2024 00:34:22 +0200 Subject: [PATCH] Fix: Blog post does not show the "hand" cursor. --- core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.php b/core.php index fcd2086..dad753d 100755 --- a/core.php +++ b/core.php @@ -365,7 +365,7 @@ function convertMarkdownToHTML($contents) { $date = $converted->date; $license = $converted->license; - $text = "
\n"; + $text = "
\n"; if ($title != "") { $text .= "\t

$title

\n";