bf2c869e642b5be1ad6f3542d078f155fc4d81f2 chmalee Wed Apr 19 14:08:42 2017 -0700 Removing typo of extraneous . from hubConnect redirect page, no refs diff --git src/hg/hgHubConnect/hgHubConnect.c src/hg/hgHubConnect/hgHubConnect.c index df88f2c..23abdee 100644 --- src/hg/hgHubConnect/hgHubConnect.c +++ src/hg/hgHubConnect/hgHubConnect.c @@ -548,31 +548,31 @@ getDbAndGenome(cart, &database, &organism, oldVars); int redirDelay = 3; printf( "", redirDelay,"../cgi-bin/hgGateway",cartSidUrlString(cart)); safef(headerText, sizeof(headerText), "Hub Connect Successful"); cartWebStart(cart, NULL, "%s", headerText); hPrintf("You will be automatically redirected to the gateway page for this hub's default database " "(%s) in %d seconds.

", cartSidUrlString(cart),trackHubSkipHubName(database),redirDelay); struct trackHub *tHub = hub->trackHub; if (tHub->email != NULL) { - hPrintf("This hub is provided courtesy of %s.. Please contact them with any questions.", tHub->email, tHub->email); + hPrintf("This hub is provided courtesy of %s. Please contact them with any questions.", tHub->email, tHub->email); } hPrintf("

"); hPrintf("Hub: %s

", tHub->longLabel); hPrintf("Hub Genomes: "); struct trackHubGenome *genomeList = tHub->genomeList; boolean firstTime = TRUE; for(; genomeList; genomeList = genomeList->next) { if (!firstTime) hPrintf(","); firstTime = FALSE; hPrintf("%s",genomeList->name, cartSidUrlString(cart),trackHubSkipHubName(genomeList->name));