From 2a78547778c32524793dc52abca70fdfe44d345d Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 5 Oct 2000 06:42:23 +0000 Subject: [PATCH] missed a " --- parts/menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/menu.php b/parts/menu.php index b5cc5d1..2313175 100644 --- a/parts/menu.php +++ b/parts/menu.php @@ -31,7 +31,7 @@ menuSectionHeader ("Project", 'white', menuHeadColor, menuBgColor); menuItemLink ("/", "Latest News"); menuItemLink ("/news.php", "Old News"); - menuItemLink ("/screenshots.php, "Screenshots"); + menuItemLink ("/screenshots.php", "Screenshots"); menuItemLink ("/files.php", "Downloads"); menuItemLink ("http://sourceforge.net/bugs/?group_id=882", "Bug Reports"); menuItemLink ("http://sourceforge.net/mail/?group_id=882", "Mailing Lists");