Merge with upstream #3

Merged
manfromhuh merged 19 commits from 20xd6/simple_blog:master into master 2022-07-26 10:42:55 -04:00
Showing only changes of commit 1cf4ffface - Show all commits

View File

@ -50,7 +50,7 @@ if (file_exists($dir) && is_dir($dir) ) {
echo("<ul><li><a href='$file'> $link_title </a></li></ul>\n");//Output the result.
}
} else {
echo "<ul><li>No Authors</li></ul>";
echo "<ul><li><a>No Authors<a></li></ul>";
}
}
else {