From 88b08fd1fcbe9b48840b73ddd7bd4e9816fb0000 Mon Sep 17 00:00:00 2001 From: 20xd6 <20xd6@airmail.cc> Date: Tue, 26 Jul 2022 11:01:36 -0400 Subject: [PATCH] If not author is identified do nothing --- common/php/article.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/php/article.php b/common/php/article.php index e8622b8..cf7ca4c 100644 --- a/common/php/article.php +++ b/common/php/article.php @@ -36,8 +36,6 @@ echo "

$byline_path

"; } fclose($author_name_raw); - }else { - echo "

No author

"; } if ($tag_data != NULL){ $page_tags = str_getcsv($tag_data);