Add <a> tags to better format list.

This commit is contained in:
manfromhuh 2022-07-15 21:00:46 -04:00
parent 17cf1d28f0
commit 1cf4ffface

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 {