forked from 20xd6/simple_blog
Add <a> tags to better format list.
This commit is contained in:
parent
17cf1d28f0
commit
1cf4ffface
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user