mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-24 05:01:23 +00:00
fix a typo
This commit is contained in:
parent
2e1578831c
commit
408a7b5868
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
function qfMenu ()
|
||||
{
|
||||
menuSectionHeader ("Project", 'white', menuHeadColor, menuBgColor);
|
||||
menuItemLine ("/about.php", "About");
|
||||
menuItemLink ("/about.php", "About");
|
||||
menuItemLink ("/", "Latest News");
|
||||
menuItemLink ("/news.php", "Old News");
|
||||
menuItemLink ("/documentation.php", "Documentation");
|
||||
|
|
Loading…
Reference in a new issue