From 1cf4fffacef686f3f8bba1e363350544fc0579a3 Mon Sep 17 00:00:00 2001 From: manfromhuh Date: Fri, 15 Jul 2022 21:00:46 -0400 Subject: [PATCH] Add tags to better format list. --- blog/authors/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/authors/index.php b/blog/authors/index.php index ce50c13..f74ea42 100644 --- a/blog/authors/index.php +++ b/blog/authors/index.php @@ -50,7 +50,7 @@ if (file_exists($dir) && is_dir($dir) ) { echo("\n");//Output the result. } } else { - echo ""; + echo ""; } } else {