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);