diff --git a/functions/article_functions.php b/functions/article_functions.php index 012d08e..ee81f72 100644 --- a/functions/article_functions.php +++ b/functions/article_functions.php @@ -104,7 +104,7 @@ function article_page_from_markdown($article_id)

' . $article['title'] . '

- ' . (isset($article_id) ? '' : '') . ' + ' . (isset($_COOKIE['user_id']) && $_COOKIE['user_id'] == $article['author_id'] ? '' : '') . '