From d9f120b143bdc525b8e4291005568a94e66e0e7b Mon Sep 17 00:00:00 2001
From: Eric Rasmussen <erasmussen2@unl.edu>
Date: Wed, 4 Nov 2009 15:31:51 +0000
Subject: [PATCH] wrong lat/long for microgravity students

---
 customindex/witw_people.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/customindex/witw_people.js b/customindex/witw_people.js
index fcdbd9e9..05f97843 100644
--- a/customindex/witw_people.js
+++ b/customindex/witw_people.js
@@ -244,7 +244,7 @@ function displayTrischaZornHudson() {
 			'Trischa_Zorn-Hudson');
 };
 function displayMicrogravityStudents() {
-	return openLocation('-95.6771', '37.0625','demouser','USA - Houston, TX','Microgravity Students',
+	return openLocation('-95.35', '29.97','demouser','USA - Houston, TX','Microgravity Students',
 			'',
 			'In spring of 2009, two teams from the College of Engineering conducted experiments with NASA\'s Microgravity University.',
 			'Microgravity_Students');
-- 
GitLab