From f57c9e0fa53fc4bcfb5b14e05186200074fd1aeb Mon Sep 17 00:00:00 2001 From: "M. Ian Graham" Date: Fri, 8 Aug 2008 01:13:53 +0000 Subject: [PATCH] Modified contactInfo string --- direct/src/http/LandingPageHTML.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/http/LandingPageHTML.py b/direct/src/http/LandingPageHTML.py index bf1143d435..779fea2f75 100755 --- a/direct/src/http/LandingPageHTML.py +++ b/direct/src/http/LandingPageHTML.py @@ -6,7 +6,7 @@ defaultTitle = title description = "To set this description, call WebRequestDispatcher.setDescription!

You can also add stats to the table below by calling WebRequestDispatcher.addQuickStat(Name,Value,PositionInTable)." defaultDesc = description -contactInfo = "M. Ian Graham - ian.graham@dig.com - 818-623-3219" +contactInfo = "M. Ian Graham - ian.graham@dig.com" # -- Begin fancy layout stuff, change at your own risk --