Fix: Blog post does not show the "hand" cursor.

This commit is contained in:
Jacob 2024-05-25 00:34:22 +02:00
parent 67598b789a
commit 9c52c241c1

View file

@ -365,7 +365,7 @@ function convertMarkdownToHTML($contents) {
$date = $converted->date;
$license = $converted->license;
$text = "<div class=\"summary\" id=\"summary-" . $line['id'] . " style=\"cursor: pointer;\" onclick=\"location.href='" . $line['endpoint'] . "';\">\n";
$text = "<div class=\"summary\" id=\"summary-" . $line['id'] . "\" style=\"cursor: pointer;\" onclick=\"location.href='" . $line['endpoint'] . "';\">\n";
if ($title != "") {
$text .= "\t<h2 id=\"summary-title-" . $line['id'] . "\">$title</h2>\n";