From 2cfbcc2b41e7abb1925697e2dc23c5032466f941 Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 21 Dec 2007 19:24:12 +0000 Subject: [PATCH] - Add an 'X' button to the "REmove this mentor from this project". To clean up the oldest bug in the tracker. :) --- register_participants_mentor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/register_participants_mentor.php b/register_participants_mentor.php index 124961d..885da5d 100644 --- a/register_participants_mentor.php +++ b/register_participants_mentor.php @@ -231,7 +231,7 @@ else if($newstatus=="complete") if($mentorinfo->id) { - echo "
id\">".i18n("Remove this Mentor from project")."
"; + echo "
id\"> ".i18n("Remove this Mentor from project")."
"; } echo "
";