Fix a typo

This commit is contained in:
Jacob 2023-09-16 16:17:30 +02:00
parent 719c5a62d2
commit c05ab196d7

View file

@ -149,7 +149,7 @@ function main() {
print "\t\t<h2>How do I use this site?</h2>\n";
print "\t\t\t<p>You can search for packages using the input box in the navbar. Then you can select a package to view details about it. You can press 'Home' in the navbar to go back to this page, or 'All' to display all available packages.</p>\n";
print "\t\t<h2>Directory listing</h2>\n";
print "\t\t\t<p>See <a href=\"ls.php\">this page</a> for more information.</p>\n";
print "\t\t\t<p>See <a href=\"lister.php\">this page</a> for more information.</p>\n";
} else if ($request == "view" && $query != '') {
$packageCount = 0;
$packageVersions = array();