add_byline #17

Merged
20xd6 merged 19 commits from manfromhuh/simple_blog:add_byline into master 2022-07-26 10:33:29 -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 {