e4c85f62505d21f22ba7cf3cc08312ca56835df9 galt Mon Aug 27 15:53:35 2018 -0700 dregs of dregs, i.e. mostly email domains: changing cse to soe diff --git src/hg/hgc/hgc.c src/hg/hgc/hgc.c index c9bcac3..4b93848 100644 --- src/hg/hgc/hgc.c +++ src/hg/hgc/hgc.c @@ -20317,31 +20317,31 @@ * passed in. Links html to chucks stylesheet for * easier maintaince */ { printf("\n\n%s", getCspMetaHeader()); // FIXME blueStyle should not be absolute to genome-test and should be called by: // webIncludeResourceFile("blueStyle.css"); printf("\n"); printf("%s\n",title); } void chuckHtmlContactInfo() /* Writes out Chuck's email so people bother Chuck instead of Jim */ { puts("

If you have comments and/or suggestions please email " - "sugnet@cse.ucsc.edu.\n"); + "sugnet@soe.ucsc.edu.\n"); } void abbr(char *s, char *fluff) /* Cut out fluff from s. */ { int len; s = strstr(s, fluff); if (s != NULL) { len = strlen(fluff); strcpy(s, s+len); } }