diff --git a/functions/article_functions.php b/functions/article_functions.php index f220027..4aedd18 100644 --- a/functions/article_functions.php +++ b/functions/article_functions.php @@ -96,14 +96,14 @@ function article_page_from_markdown($article_id) $lines = preg_split("/\r\n|\n|\r/", $article_content); foreach ($lines as $line) if (str_contains($line, '
' . extract_content_from_tag($line, '
' . extract_content_from_tag($line, '
Published on ' . $article['published_at'] . '